Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / Track.pm
2013-02-14 Peter Rabbitson Add strict/warnings test, adjust all offenders (wow...
2011-06-17 Peter Rabbitson Fix all invocations of _resolve_condition to match...
2011-06-17 Peter Rabbitson Correct test-relationship name/type
2011-06-04 Pedro Melo Added tests for chained sqlt_deploy_hook()'s
2011-01-20 Peter Rabbitson Sanity check args passed to a coderef conditionmaker
2011-01-20 Peter Rabbitson Switch code/documentation/examples/tests to the new...
2011-01-20 Daniel Ruoso Most of the code reviewed... Missing ResultSet->populat...
2011-01-20 Daniel Ruoso First attempt to make extended_rels work.
2011-01-20 Peter Rabbitson Reshape initial tests
2010-12-22 Rafael Kitover Remove small_datetime from the main schema - it is...
2010-10-04 wreis Extend proxy rel attr
2009-11-15 Peter Rabbitson Extensive test of virtual and classic view relationships
2009-11-13 Alexander Hartmaier seems I found the bugger
2009-08-25 Peter Rabbitson Change a datatype for test purposes
2009-08-12 Peter Rabbitson Remove leftovers from frew's tests
2009-08-09 Moritz Onken added TODO test: call accessors when create()ing a row
2009-07-30 Rafael Kitover better test for "smalldatetime" in Sybase
2009-07-30 Rafael Kitover better tests for "smalldatetime" support in MSSQL
2009-06-24 Peter Rabbitson find_related fix for single-type relationships
2009-06-23 Peter Rabbitson Move tests around, add extra has_one relationship
2009-05-16 Peter Rabbitson Add default resultclass/resultsetclass to the entire...
2009-05-04 Ron "Quinn" Straight Proper support for timestamp inflation. Added last_upd...
2009-02-20 Peter Rabbitson Ordered now works correctly with MC too \o/
2008-11-17 Peter Rabbitson Two more sets of might_have - has_many relationships...
2008-11-16 Peter Rabbitson Add new test relationship - a track can have a relates...
2007-05-22 Christopher H. Laco %colinfo accessor and inflate_column now work together
2006-07-07 Daniel Westermann... Commit failing test for unique constraints: When a...
2006-05-24 Aran Deltac Move relationships out of Relationships.pm and in to...
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-01-28 Matt S Trout Added accessor => option to column_info to specify...
2006-01-27 Matt S Trout We can now generate our own test schema
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