dbsrgits/DBIx-Class-Fixtures.git
2011-09-28 Will Hawes make dump/populate work with mixed-case table names people/wdh/lc_table_name
2011-09-28 Will Hawes make dump/populate work with mixed case table names
2011-03-02 John Napiorkowski fixed problems with new features in last release 1.001013
2011-03-02 John Napiorkowski removed debug code 1.001012
2011-03-02 John Napiorkowski improved tests
2011-03-02 John Napiorkowski more changelog stuff
2011-03-02 John Napiorkowski refacted dump all a bit
2011-03-02 John Napiorkowski new tests to check new features
2011-03-02 John Napiorkowski new functionality
2011-03-02 John Napiorkowski added dependency
2011-02-22 John Napiorkowski updated changes to reflect latest bugfix 1.001011
2011-02-21 John Napiorkowski fixed json to be more compliant with various parsers
2011-02-21 John Napiorkowski removed MANIFEST from repo to force you to rebuild...
2011-02-21 John Napiorkowski updated changelog and version
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-02-18 John Napiorkowski let you specific config as a perlref
2011-02-09 John Napiorkowski add an option to exclude some sources from the all...
2011-01-27 Frank Switalski addition of use_create option for populate
2010-08-16 Luke Saunders bring up to date to use the new schema loader
2010-08-11 Luke Saunders upped version ready for release
2010-08-09 Frank Switalski Documents updated to reflect JSON requirement changes.
2010-01-05 luke saunders force transactions
2009-11-11 Rob Kinyon Changed how the rules are kept up to date with source...
2009-11-11 Rob Kinyon Upgraded version number
2009-11-11 Rob Kinyon Fixed bug where rules overriding has_many for a given...
2009-11-06 Rob Kinyon Updated version and Changes in prep for CPAN release
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 upped version ready for release
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-20 Luke Saunders changed version dep for DBIC v1.001002
2009-05-08 Tim Bunce Fix up datetime_relative value messed up in previous...
2009-05-08 Tim Bunce Bump pre-requisite versions of DBIx::Class and ::Schema...
2009-05-08 Tim Bunce Fix t/var/configs/*.json to use valid JSON syntax.
2009-04-30 Luke Saunders fixed bug causing errors when fixture directory had...
2009-03-26 Ash Berlin More formatting changes
2009-03-26 Ash Berlin Convert Fixtures to use $rs->next instead of $rs->all.
2009-02-05 Ash Berlin - Allow passing schema object to ->populate
2009-02-04 Luke Saunders use deferred fk checks also for dropping tables
2008-09-02 John Goulah adding no_populate option back in
2008-08-01 Luke Saunders incremented version again
2008-08-01 Luke Saunders removed the versioned stuff
2008-08-01 Luke Saunders fixed manifest
2008-08-01 Luke Saunders updated version
2008-08-01 Luke Saunders updated changes file again
2008-08-01 Luke Saunders updated changes file
2008-08-01 Luke Saunders set debug to 0 by default and made cleanup more precise
2008-07-28 Luke Saunders doesn't populate if there's nothing to populate
2008-07-18 Luke Saunders added db specific insertion code
2008-05-19 Drew Taylor Move post_ddl processing into separate method
2008-04-25 Luke Saunders pull from 1.000
2008-04-25 Luke Saunders Optimised populate to take advantage of insert_bulk
2008-04-25 Luke Saunders updated changes and added drew to contribs
2008-04-25 Luke Saunders dir separators in pks no longer cause crash
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 more cleanup
2008-03-05 Luke Saunders version repaired
2008-04-11 Dagfinn Ilmari... Fix test env var typos
2008-03-05 Luke Saunders killed dodgy branch
2008-03-04 Luke Saunders incremented version
2008-03-04 Luke Saunders updated changes and manifest
2008-03-04 Luke Saunders converted to Module::Install
2008-02-21 Luke Saunders fixed namespace bug and updated deps
2008-02-20 Luke Saunders added ability to dump everything in db without config
2008-02-19 Luke Saunders fixed SQLite dep and dir copy test failure
2008-02-19 Luke Saunders increased version
2008-02-19 Luke Saunders fixed minor temp dir bug
2008-02-05 Luke Saunders sponsorship and general legal stuff
2008-02-05 Luke Saunders prep for dev release
2008-02-05 Luke Saunders decreased version dep on ::Grouped
2008-02-05 Luke Saunders fixed versioning stuff to work with new namespace magic
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 made Makefil more specific
2008-02-04 Luke Saunders added docs for relative date stuff
2008-02-04 Luke Saunders much docco added
2008-02-04 Luke Saunders added test for relative date support
2008-02-02 Luke Saunders ported all system commands to perl for portability
2008-02-01 Luke Saunders fixed ::Versioned class
2008-02-01 Luke Saunders corrected default schema class
2008-02-01 Luke Saunders DBIx::Class::Fixtures::Versioned created
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 dump functionality added
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:...
2008-01-30 Matt S Trout initial dir layout