fixed a typo in a regexp
[dbsrgits/DBIx-Class.git] / t /
2006-07-06 Justin Guenther fixed a typo in a regexp
2006-07-06 Matt S Trout made tests respect debug
2006-07-06 David Kamholz insanify test
2006-07-06 David Kamholz fix test
2006-07-06 David Kamholz small fix
2006-07-06 David Kamholz more treelike tests
2006-07-06 Justin Guenther added test for incorrect alias _2 in join collapsing
2006-07-04 Matt S Trout sodding SQLT tests
2006-07-04 David Kamholz rename _resolve to _resolved_attrs; fix multiple join...
2006-07-03 David Kamholz fix SQLite pragma in test suite
2006-07-03 David Kamholz fix subclassing gotcha introduced with source_name
2006-07-02 Daniel Westermann... 03podcoverage.t: all_modules is not exported until...
2006-06-30 Matt S Trout tweak quotes test to output text on failure
2006-06-29 Matt S Trout fixup to txn_do to allow use as a classmethod
2006-06-29 Matt S Trout corrected $^O string
2006-06-29 Matt S Trout disable warning tests on AS perl
2006-06-29 Brandon L. Black improvement to mysql version checking
2006-06-28 Brandon L. Black TreeLike test reverted to what it used to look like
2006-06-27 Matt S Trout disabled mysql column info tests pending a fix
2006-06-26 Matt S Trout quoting fixups (hate windows shell. hate)
2006-06-25 Matt S Trout fixup to tests for non-*n?x platforms
2006-06-24 Justin Guenther Merge 'sqlt_tests_refactor' into 'DBIx-Class-current'
2006-06-23 Justin Guenther cleared up docs a bit in 86sqlt.t
2006-06-23 Justin Guenther refactored SQL::Translator tests to only test certain...
2006-06-23 Matt S Trout adjusted inflate_datetime test count
2006-06-22 Matt S Trout fixup to sqlite.sql
2006-06-22 Jess Robinson New Event field
2006-06-22 Jess Robinson Tests for inflating timestamp fields to DateTime
2006-06-21 Justin Guenther Merge 'many_to_many' into 'DBIx-Class-current'
2006-06-21 Matt S Trout Merge 'DBIx-Class-current' into 'many_to_many'
2006-06-20 Brandon L. Black fix broken test
2006-06-19 Luke Saunders changed join merging behaviour. some code cleanup.
2006-06-19 Justin Guenther added many_to_many set_$rel helper and tests
2006-06-19 Justin Guenther fixed up 90ensure_class_loaded.t
2006-06-18 Justin Guenther Initial fix for ensure_class_loaded, and added some...
2006-06-18 Matt S Trout fixup for deflated value handed to inflated accessor
2006-06-18 David Kamholz InflateColumn re-refactor
2006-06-18 Christopher H. Laco Added small create test that passes and existing DateTi...
2006-06-17 Justin Guenther fixed up sqlt tests a bit and tried fixing 2 failing...
2006-06-17 Justin Guenther added more many_to_many tests and changed add_to_rel...
2006-06-17 Justin Guenther fixed new many_to_many accessors and added tests and...
2006-06-17 Matt S Trout Merge 'DBIx-Class-current' into 'many_to_many'
2006-06-16 Brandon L. Black further changes to the Sybase / MSSQL storage stuff
2006-06-12 Nigel Metheringham Re-enabled POD::Coverage tests as they are now running...
2006-06-09 Justin Guenther added code and tests for Componentized::ensure_class_fo...
2006-06-09 Brandon L. Black NoBindVars + Sybase + MSSQL stuff
2006-06-08 Luke Saunders stopped test relying on order of unordered search
2006-06-08 Brandon L. Black bugfix for join-types in nested joins using the from...
2006-06-07 Luke Saunders Merge 're_refactor_bugfix' into 'DBIx-Class-current'
2006-06-07 Luke Saunders obscure prefetch problem fixed
2006-06-07 Luke Saunders prefetch bugfix work-in-progress
2006-06-06 Luke Saunders Merge 're_refactor_bugfix' into 'DBIx-Class-current'
2006-06-06 Luke Saunders branch cleanage
2006-06-06 Justin Guenther Added code ...
2006-06-06 Luke Saunders tightened up deep search_related
2006-06-06 Daniel Westermann... Revert change to test for deprecated find usage and...
2006-06-06 Luke Saunders fixed search with joins from related resultset
2006-06-06 Brandon L. Black new specific test for connect_info coderefs
2006-06-05 Justin Guenther Added preliminary tests for new helpers
2006-06-05 Luke Saunders fixed find on related resultset bug
2006-06-02 Luke Saunders fixed a bug with search on related resultset
2006-06-02 Luke Saunders added failing test case
2006-05-31 Nigel Metheringham POD::Coverage additions
2006-05-31 Nigel Metheringham Initial work on getting POD coverage testing working
2006-05-30 Cory G Watson Test for earlier column_info overwriting (r1890)
2006-05-30 Matt S Trout nuke uuid test (uuid not in core no more, lenore)
2006-05-30 Matt S Trout fixed debugfh
2006-05-28 Daniel Westermann... Merge 'find_compat' into 'DBIx-Class-current'
2006-05-28 Daniel Westermann... Add automatic naming of unique constraints
2006-05-27 Daniel Westermann... Relax _unique_queries for *_related
2006-05-27 Justin Guenther Merge 'DBIx-Class-current' into 'find_compat'
2006-05-26 Matt S Trout hopefully fixup pg tests (thanks to zby, all bugs mine)
2006-05-26 Justin Guenther Merge 'DBIx-Class-current' into 'find_compat'
2006-05-25 Justin Guenther squashed a couple unnecessary warnings in the CDBI...
2006-05-25 Daniel Westermann... Add a test for a search on a partial key, followed...
2006-05-25 Justin Guenther Changed tests to use DBICTest->init_schema() instead...
2006-05-25 Justin Guenther Squashed an extraneous warning in 82cascade_copy.t...
2006-05-25 Aran Deltac Delete t/run/ and t/helperrels/ so that the reorganize_...
2006-05-25 Aran Deltac Merge 'reorganize_tests' into 'DBIx-Class-current'
2006-05-25 Matt S Trout piss off
2006-05-25 Aran Deltac Merge 'DBIx-Class-current' into 'reorganize_tests'
2006-05-25 Aran Deltac Merge 'reorganize_tests' into 'DBIx-Class-current'
2006-05-24 Aran Deltac Incorporate changes in -current.
2006-05-24 Aran Deltac Merge 'DBIx-Class-current' into 'reorganize_tests'
2006-05-24 Aran Deltac Move population code from Schema to DBICTest.
2006-05-24 Aran Deltac Move relationships out of Relationships.pm and in to...
2006-05-23 Cory G Watson Add support for +select and +as attributes to ResultSet
2006-05-23 Matt S Trout works. win.
2006-05-23 Matt S Trout Merge 'DBIx-Class-current' into 'resultset-new-refactor'
2006-05-23 Aran Deltac Merge 'DBIx-Class-current' into 'reorganize_tests'
2006-05-22 Luke Saunders arg. bugfix
2006-05-22 Luke Saunders more torture test, cleaned up
2006-05-22 Luke Saunders join merging working properly. some torture tests
2006-05-20 Christopher H. Laco Added delete_related tests to verify it only deletes...
2006-05-20 Matt S Trout futz changes, fix populate. I'm a retard.
2006-05-20 Matt S Trout Merge 'datetime' into 'DBIx-Class-current'
2006-05-20 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-05-20 Matt S Trout added datetime parser types for the dbs I can find...
2006-05-19 Matt S Trout Merge 'DBIx-Class-current' into 'datetime'
2006-05-19 Justin Guenther removed DBICTest::Schema::Casecheck until someone adds it
next