Adding datetime_undef_if_invalid to squelch errors on DateTime inflation of bogus...
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema /
2008-07-18 J. Shirley Adding datetime_undef_if_invalid to squelch errors...
2008-06-10 Luke Saunders allow add_fk_index param to be specified in rel def
2008-06-03 Ash Berlin Remove the length limit on identifiers - it doesn't...
2008-05-07 Peter Rabbitson Various fixes to make testing with DBICTEST_SQLT_DEPLOY...
2008-04-01 Ash Berlin Missing file
2008-03-24 Marc Mims Merge 'file_column' into 'trunk'
2008-03-17 Ash Berlin Fix test to reflect correct default state for deferrabl...
2008-03-11 Matt S Trout Merge 'oracle_sequence' into 'trunk'
2008-03-04 Ash Berlin is_deferrable patch from Debolaz
2008-01-07 Marc Mims Restore InflateColumn::File functionality.
2007-11-15 Ash Berlin Adding missing file
2007-11-07 Johannes Plunien renamed schema ArtistOracle to SequenceTest since it...
2007-11-06 Johannes Plunien added new schema for testing oracle sequence
2007-10-22 Luke Saunders fixed problem with duplicate related objects for Row...
2007-10-12 Ash Berlin Test sqlt_deploy_hook on the Schema level
2007-10-12 Ash Berlin Remove add_index and replace it with sqlt_deploy_hook
2007-10-12 Ash Berlin Add an add_index method on ResultSource (and proxy...
2007-10-07 Ash Berlin Timezone support for InflateColumn::DateTime (sergio)
2007-05-22 Christopher H. Laco %colinfo accessor and inflate_column now work together
2007-01-21 Victor Igumnov changed FileColumn to InflateColumn::File
2007-01-19 Victor Igumnov committing first version of filecolumn
2007-01-17 John Napiorkowski Merge 'param_bind' into 'DBIx-Class-current'
2007-01-02 Matt S Trout Merge 'ordered_handle_updates' into 'DBIx-Class-current'
2006-12-30 Matt S Trout Merge 'DBIx-Class-current' into 'param_bind'
2006-12-28 Matt S Trout Merge 'source-handle' into 'DBIx-Class-current'
2006-11-27 Ash Berlin Fixed ningu's typo from rev 2929, and added test to...
2006-11-25 Neil de Carteret Multicol tests done. Also tweaked the pods and took...
2006-11-23 Matt S Trout Merge 'DBIx-Class-current' into 'source-handle'
2006-11-23 David Kamholz trivial test cleanup
2006-11-21 Ash Berlin Changed row and rs objects to not have direct handle...
2006-11-20 John Napiorkowski changed storage->insert|update|delete to accept the...
2006-11-18 John Napiorkowski (no commit message)
2006-10-25 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-10-21 Matt S Trout I hate you all.
2006-08-23 Brandon L. Black added source_info method for source-level metadata...
2006-08-10 Michael Leuchtenburg Support default aliases in many_to_many accessors....
2006-08-10 Michael Leuchtenburg Support for relationship attributes in many_to_many...
2006-08-08 Daniel Westermann... Remove extraneous sources for aliasing test; same effec...
2006-08-07 Daniel Westermann... Fix two aliasing bugs: remove the alias when provided...
2006-07-28 Daniel Westermann... Pass attrs to find from update_or_create (reported...
2006-07-07 Daniel Westermann... Commit failing test for unique constraints: When a...
2006-07-04 David Kamholz rename _resolve to _resolved_attrs; fix multiple join...
2006-07-03 David Kamholz fix subclassing gotcha introduced with source_name
2006-06-28 Brandon L. Black TreeLike test reverted to what it used to look like
2006-06-22 Jess Robinson Tests for inflating timestamp fields to DateTime
2006-06-21 Matt S Trout Merge 'DBIx-Class-current' into 'many_to_many'
2006-06-18 Justin Guenther Initial fix for ensure_class_loaded, and added some...
2006-06-17 Justin Guenther added more many_to_many tests and changed add_to_rel...
2006-06-07 Luke Saunders obscure prefetch problem fixed
2006-06-07 Luke Saunders prefetch bugfix work-in-progress
2006-06-06 Luke Saunders tightened up deep search_related
2006-06-06 Luke Saunders fixed search with joins from related resultset
2006-05-28 Daniel Westermann... Add automatic naming of unique constraints
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 Move relationships out of Relationships.pm and in to...
2006-05-23 Aran Deltac Merge 'DBIx-Class-current' into 'reorganize_tests'
2006-05-20 Matt S Trout futz changes, fix populate. I'm a retard.
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 added ensure_class_loaded method to Componentized,...
2006-05-18 Aran Deltac Removed BasicRels and reorganized where the various...
2006-05-17 Matt S Trout Merge 'DBIx-Class-current' into 'datetime'
2006-05-17 Matt S Trout Missing stuff for DateTime branch
2006-05-12 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-05-12 Matt S Trout fixup for stringify that can be false in find_or_create...
2006-04-30 Aran Deltac No longer support unique constraints in Ordered.
2006-04-19 Matt S Trout Fixed up tests post-merge
2006-04-18 Daniel Westermann... Add unique constraint at mst's suggestion; find only...
2006-04-07 Christopher H. Laco Added source_name to ResultSource/ResultSourceProxy
2006-03-31 Aran Deltac Renamed DBIC::Positional as DBIC::Ordered.
2006-03-31 Stephan Szabo Added support for unique constraints to SQLT::Parser...
2006-03-28 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-28 Stephan Szabo Changed logic for determining foreign key constraints
2006-03-24 Aran Deltac Remove Tree and TokenGroup modules in favor of the...
2006-03-24 Aran Deltac Rename Positioned as Positional.
2006-03-24 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-24 Aran Deltac Fixes to Tree::AdjacencyList, and working tests.
2006-03-24 Brandon L. Black minor test fix
2006-03-23 Aran Deltac New collection_column feature with working tests.
2006-03-21 Aran Deltac Additional tests for AdjacencyList.
2006-03-19 Aran Deltac Very basic tests for DBIC:Positioned.
2006-03-18 David Kamholz Merge 'DBIx-Class-current' into 'trunk'
2006-03-12 Jess Robinson Oops, deploy only drops tables if you tell it to..
2006-03-09 Scott McWhirter Update to hide modules from the PAUSE Indexer.
2006-03-08 Matt S Trout has_many prefetch works. no, seriously
2006-03-03 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-03 Matt S Trout Missing svk add, as usual
2006-02-22 Will Hawes nested has_many prefetch + tests
2006-02-15 Will Hawes introduce row caching using related_resultset; has_many...
2006-02-14 Matt S Trout added cascade_copy relationship attribute
2006-02-06 Matt S Trout missing svk add
2006-01-31 David Kamholz re-fix many_to_many and add tests
2006-01-28 Matt S Trout Added accessor => option to column_info to specify...
2006-01-27 Matt S Trout Fixed dumbass typo in t/lib
2006-01-27 Matt S Trout We can now generate our own test schema
2006-01-26 Matt S Trout Multi-step prefetch (all except _construct_object chang...
2006-01-26 David Kamholz - fix recent belongs_to changes
2006-01-25 Will Hawes add accessor to rels for DBICTest::Schema::Tag and...
2006-01-23 Daniel Westermann... Add unique constraint declaration and new ResultSet...
next