backporting the set_column/store_column fix
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema.pm
2009-02-09 Guillermo Roditi backporting the set_column/store_column fix
2009-01-29 Peter Rabbitson Backporting uncovered an incomplete test
2009-01-17 Peter Rabbitson Fix borked t/bindtype_columns.t - TODO: still only...
2008-11-17 Peter Rabbitson Two more sets of might_have - has_many relationships...
2008-08-26 Matt S Trout fix related resultsets and multi-create
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 Constraint/index name fix from rdj
2008-03-11 Matt S Trout Merge 'oracle_sequence' into 'trunk'
2007-11-15 Ash Berlin Fix is_foreign_key_constraint - thanks Jon Schutz
2007-11-07 Johannes Plunien renamed schema ArtistOracle to SequenceTest since it...
2007-11-06 Johannes Plunien load new schema ArtistOracle
2007-10-12 Ash Berlin Test sqlt_deploy_hook on the Schema level
2007-10-07 Ash Berlin Timezone support for InflateColumn::DateTime (sergio)
2007-01-19 Victor Igumnov committing first version of filecolumn
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-03 David Kamholz fix subclassing gotcha introduced with source_name
2006-06-17 Justin Guenther added more many_to_many tests and changed add_to_rel...
2006-05-26 Matt S Trout hopefully fixup pg tests (thanks to zby, all bugs mine)
2006-05-25 Aran Deltac Merge 'reorganize_tests' into 'DBIx-Class-current'
2006-05-24 Aran Deltac Move population code from Schema to DBICTest.
2006-05-23 Aran Deltac Merge 'DBIx-Class-current' into 'reorganize_tests'
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
2006-05-19 Jess Robinson zbys Postgres casecheck patch
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-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-26 Matt S Trout Added InflateColumn::DateTime component
2006-04-07 Christopher H. Laco Added source_name to ResultSource/ResultSourceProxy
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 Aran Deltac Fixes to Tree::AdjacencyList, and working tests.
2006-03-21 Aran Deltac Additional tests for AdjacencyList.
2006-03-09 Scott McWhirter Update to hide modules from the PAUSE Indexer.
2006-03-03 Matt S Trout Fix to update(\%args) with inflation from test case...
2006-02-06 Matt S Trout multi-step prefetch along the same rel (e.g. for trees...
2006-01-24 Matt S Trout Fixed up brekage in test schema from merge
2006-01-24 Matt S Trout Merge 'DBIx-Class-resultset' into 'trunk'
2006-01-14 Matt S Trout Improved join condition possiblities - arrayrefs of...
2006-01-09 Matt S Trout Moving towards instance-based schemas
2006-01-02 Matt S Trout Some tweaks to Componentised, many_to_many helper from...
2005-12-29 Matt S Trout Hack around a stupid SQL::Abstract bug and add GROUP...
2005-11-30 Matt S Trout Added improved Schema load_classes syntax from abraxxa
2005-09-09 Brian Cassidy added test for 2 relationships in the same class to...
2005-08-04 Matt S Trout Schema support added, DBICTest refactored to use it