Remove add_index and replace it with sqlt_deploy_hook
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / Artist.pm
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...
2006-11-20 John Napiorkowski changed storage->insert|update|delete to accept the...
2006-11-18 John Napiorkowski (no commit message)
2006-08-23 Brandon L. Black added source_info method for source-level metadata...
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-05-24 Aran Deltac Move relationships out of Relationships.pm and in to...
2006-03-21 Aran Deltac Additional tests for AdjacencyList.
2006-03-19 Aran Deltac Very basic tests for DBIC:Positioned.
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-02-14 Matt S Trout added cascade_copy relationship attribute
2006-01-27 Matt S Trout We can now generate our own test schema
2006-01-17 Matt S Trout Fix to add_columns with column info arguments
2005-12-07 Matt S Trout Classdata test from abraxxa
2005-09-17 Matt S Trout Test split to run against normal rels and helper rels...
2005-08-06 Matt S Trout Fixed DBICTest Schema class names, added class_resolver...
2005-08-04 Matt S Trout Schema support added, DBICTest refactored to use it