remove Dwarn statement
[dbsrgits/DBIx-Class-Fixtures.git] / t /
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 switch tests to Test::TempDir::Tiny to enable paralleli...
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 new test case with nested resultsources
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
2015-01-14 Samuel Kaufman try to figure out wtf is wrong with windows
2014-12-30 Samuel Kaufman made tests cross os compatible
2014-12-01 Mike Francis Use source->name or source->source_name for naming...
2014-08-13 skaufman add compile test
2014-08-11 skaufman test for use_find_or_create
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-03-09 John Napiorkowski really fixed missing path problem
2012-02-13 John Napiorkowski docs and config substitutions
2012-02-13 John Napiorkowski first prototype of external storage and tests
2011-03-02 John Napiorkowski improved tests
2011-03-02 John Napiorkowski refacted dump all a bit
2011-03-02 John Napiorkowski new tests to check new features
2011-02-21 John Napiorkowski fixed json to be more compliant with various parsers
2011-02-20 John Napiorkowski test for inline config people/jnap/excludes_from_dump
2011-02-20 John Napiorkowski test for excludes option
2011-02-18 John Napiorkowski fixed mistaken redeclared lexical and changed test...
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-07-16 luke saunders ditched plan on test where it was causing issues
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-08-01 Luke Saunders set debug to 0 by default and made cleanup more precise
2008-07-18 Luke Saunders added db specific insertion code
2008-04-25 Luke Saunders pull from 1.000
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-11 Drew Taylor - Added post_ddl and cascade attributes to populate().
2008-03-05 Luke Saunders version repaired
2008-04-11 Dagfinn Ilmari Man... Fix test env var typos
2008-02-20 Luke Saunders added ability to dump everything in db without config
2008-02-05 Luke Saunders prep for dev release
2008-02-05 Luke Saunders two schemas populate issue fixed
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 populate code working and first populate test
2008-01-31 Luke Saunders populate code added
2008-01-31 Luke Saunders more dumper tests added
2008-01-30 Luke Saunders dump-basic test passes with make test
2008-01-30 Luke Saunders test suite added, partly lifted from DBIx::Class
2008-01-30 Luke Saunders skeleton checkin, largely stolen from DBIx::Class:...