Adding a test for unicode
[dbsrgits/DBIx-Class-Fixtures.git] / t / lib / DBICTest.pm
2015-04-11 Jens Gassmann Adding a test for unicode
2015-04-01 Patrick Simon example for utf8 encoding
2015-01-14 Samuel Kaufman test fixin v1.001_029
2012-10-22 John Napiorkowski bumb version and redue key size to solve reported error... 1.001018
2012-10-08 John Napiorkowski fix for the way the sqlite storage works in DBIC 0...
2012-09-13 John Napiorkowski test case for large pks and handle more pg date like...
2011-01-27 Frank Switalski addition of use_create option for populate
2009-10-28 Rob Kinyon Added a test to demonstrate failure of not following...
2009-03-26 Ash Berlin Convert Fixtures to use $rs->next instead of $rs->all.
2008-02-05 Luke Saunders minor tidying and failing test for overlapping schema...
2008-02-04 Luke Saunders added test for relative date support
2008-01-31 Luke Saunders better populate test
2008-01-31 Luke Saunders more dumper tests added
2008-01-30 Luke Saunders test suite added, partly lifted from DBIx::Class