Extend proxy rel attr
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema.pm
2010-10-04 wreis Extend proxy rel attr
2010-03-22 Rafael Kitover redo Pg auto-columns using INSERT RETURNING
2010-03-06 Rafael Kitover remove BindType2 test class
2010-03-06 Peter Rabbitson me-- not thinking
2010-03-06 Peter Rabbitson Fully deprecate IC::File
2010-02-06 Rafael Kitover Firebird: add POD, fix BLOB tests
2009-12-18 Alexander Hartmaier throw_exception if view_definition is missing instead...
2009-12-17 Alexander Hartmaier Views without a view_definition won't be added to the...
2009-07-23 Rafael Kitover add test
2009-07-22 Rafael Kitover remove unnecessary test Result class
2009-07-22 Rafael Kitover Merge 'trunk' into 'sybase'
2009-07-20 Norbert Buchmuller Fixed documentation and added test for the "Arbitrary...
2009-07-17 Rafael Kitover some compatibility updated for older DBD::Sybase versio...
2009-06-29 Rafael Kitover changed CD to ->table(\"cd")
2009-06-28 Rafael Kitover >table(\"foo") now works
2009-04-30 Peter Rabbitson Revert addition of superficial relationship in r5886
2009-04-13 Peter Collingbourne Correctly propagate forced left joins through arrayrefs...
2009-02-20 Matt S Trout Merge 'views' into 'trunk'
2009-02-20 Peter Rabbitson Merge 'multi_stuff' into 'trunk'
2009-02-19 Jess Robinson Add tests for virtual view
2009-02-19 Rob Kinyon Merge 'trunk' into 'multi_stuff'
2009-02-11 Jess Robinson Merge 'view_support' into 'views'
2009-02-09 Guillermo Roditi backporting the set_column/store_column fix
2009-02-04 Guillermo Roditi adding failing test to make sure insert doesnt call...
2009-01-29 Peter Rabbitson Backporting uncovered an incomplete test
2009-01-24 Peter Rabbitson Merge 'multicreate' into 'multi_stuff'
2009-01-17 Peter Rabbitson Fix borked t/bindtype_columns.t - TODO: still only...
2008-11-23 Peter Rabbitson Yet another test relationship/table for the real test...
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-08-25 Guillermo Roditi perl -Ilib -It/lib -MDBICTest::Schema -e'1'
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