use quote_identifiers for problematic column names
[dbsrgits/DBIx-Class-Fixtures.git] / t / var /
2015-04-21 John Napiorkowski merged
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-01 Patrick Simon example for utf8 encoding
2015-03-06 John Napiorkowski new test case with nested resultsources
2012-10-22 John Napiorkowski bumb version and redue key size to solve reported error... 1.001018
2012-09-13 John Napiorkowski test case for large pks and handle more pg date like...
2012-02-13 John Napiorkowski docs and config substitutions
2012-02-13 John Napiorkowski first prototype of external storage and tests
2011-02-21 John Napiorkowski fixed json to be more compliant with various parsers
2011-01-27 Frank Switalski addition of use_create option for populate
2010-08-09 Frank Switalski Documents updated to reflect JSON requirement changes.
2009-11-11 Rob Kinyon Changed how the rules are kept up to date with source...
2009-11-11 Rob Kinyon Fixed bug where rules overriding has_many for a given...
2009-11-02 luke saunders belongs_to attribute should always be inherited and...
2009-10-28 Rob Kinyon Added a test to demonstrate failure of not following...
2009-06-22 Peter Rabbitson Add more DT::F deps
2009-05-08 Tim Bunce Fix up datetime_relative value messed up in previous...
2009-05-08 Tim Bunce Fix t/var/configs/*.json to use valid JSON syntax.
2009-03-26 Ash Berlin Convert Fixtures to use $rs->next instead of $rs->all.
2008-08-01 Luke Saunders updated version
2008-07-18 Luke Saunders added db specific insertion code
2008-04-25 Luke Saunders updated changes and added drew to contribs
2008-04-25 Luke Saunders scalar refs now handled on set conds as well as related...
2008-03-05 Luke Saunders version repaired
2008-02-04 Luke Saunders added test for relative date support
2008-01-31 Luke Saunders populate code added
2008-01-30 Luke Saunders test suite added, partly lifted from DBIx::Class