testing work with non SQL::Translator algorithm
[dbsrgits/DBIx-Class-Fixtures.git] / t / lib /
2015-04-21 John Napiorkowski fixed test cases
2015-04-21 John Napiorkowski delete junk file
2015-04-21 John Napiorkowski merged
2015-04-21 John Napiorkowski Merge branch 'topic/parallelize-tests' of https://githu...
2015-04-11 Patrick Simon unicode chars working, but german special chars giving...
2015-04-11 Jens Gassmann Adding a test for unicode
2015-04-07 Chris Weyl tests: init_schema now accepts a db_dir parameter
2015-04-01 Patrick Simon example for utf8 encoding
2015-03-06 John Napiorkowski testing for when resources are nested
2015-03-05 John Napiorkowski new test resultsource
2015-01-14 Samuel Kaufman test fixin v1.001_029
2014-12-01 Mike Francis Use source->name or source->source_name for naming...
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...
2012-02-13 John Napiorkowski first prototype of external storage and tests
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-03-11 Drew Taylor - Added post_ddl and cascade attributes to populate().
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