Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / Event.pm
2013-02-14 Peter Rabbitson Add strict/warnings test, adjust all offenders (wow...
2011-06-13 Rafael Kitover don't mask missing deps with datetime_undef_if_invalid
2011-04-08 Rafael Kitover Extend tests for MARs under MSSQL over DBD::Sybase
2010-03-09 Andrew Rodland Support add_columns('+colname'=>{...}) syntax to augmen...
2010-02-11 Rafael Kitover support the DATE data type for Firebird
2009-07-28 Rafael Kitover add postgres "timestamp without time zone" support
2009-06-11 Peter Rabbitson IC::DT changes:
2009-05-16 Peter Rabbitson Add default resultclass/resultsetclass to the entire...
2008-11-09 Peter Rabbitson Some testdb changes and alignment, preparing for test...
2008-10-24 Johannes Plunien possible to explicitly skip inflation, again rafl++
2008-10-24 Johannes Plunien added new option to enforce Date or DateTime inflation...
2008-07-18 J. Shirley Adding datetime_undef_if_invalid to squelch errors...
2006-06-22 Jess Robinson Tests for inflating timestamp fields to DateTime
2006-05-24 Aran Deltac Move relationships out of Relationships.pm and in to...
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-17 Matt S Trout Missing stuff for DateTime branch