remove Dwarn statement
[dbsrgits/DBIx-Class-Fixtures.git] / lib / DBIx / Class / Fixtures.pm
2015-05-27 Tom Bloor remove Dwarn statement
2015-05-27 Tom Bloor Merged changes into .pm file properly
2015-05-27 Tom Bloor Temporary fix using SQL::Translator
2015-04-11 Jens Gassmann Adding a test for unicode
2015-01-14 Samuel Kaufman trial version, bump
2015-01-05 Samuel Kaufman releasing as stable v1.001028
2014-12-30 Samuel Kaufman changelog
2014-12-26 Samuel Kaufman preparing for 1.001027_01 v1.001027_01
2014-12-26 Samuel Kaufman removed unused variable
2014-12-26 Samuel Kaufman explicitly stringify IO::All objects when they are...
2014-12-24 Mike Francis Removal of trailing white space
2014-12-24 Mike Francis Migrate to use IO::All for consistency
2014-12-24 Mike Francis Fix fixture filenames to be compatible with ntfs systems
2014-12-01 skaufman added [VersionFromModule] plugin, as ::Fixtures uses... v1.001026
2014-12-01 Mike Francis Use source->name or source->source_name for naming...
2014-11-30 skaufman version bump v1.001025
2014-10-29 Ramin Motakef add empty string as second arg to base64encode to speed...
2014-08-13 skaufman 1.001023 v1.001023
2014-08-13 skaufman Changelog
2014-08-13 skaufman changed my mind, going for version 1.001021_01 instead
2014-08-13 skaufman prepping 1.001022_01
2014-08-11 skaufman added use_find_or_create
2013-12-27 John Napiorkowski applied patch tro fix issue when copying across volumes 1.001021
2013-07-20 John Napiorkowski bumped version and modded changes 1.001020
2013-07-16 John Napiorkowski updated version and changes concurrency-fix 1.001019
2013-07-16 Graham Knop use tempdir from Path::Class instead of misspelled...
2013-07-15 Chris Akins Amended CONTRIBUTORS
2013-07-15 Chris Akins Use safe temp dirs instead of hardcoded path, for paral...
2012-10-22 John Napiorkowski bumb version and redue key size to solve reported error... 1.001018
2012-10-08 John Napiorkowski Merge branch 'master' of git.shadowcat.co.uk:DBIx-Class...
2012-10-08 John Napiorkowski fix for the way the sqlite storage works in DBIC 0...
2012-09-20 Justin Hunter fix per RT#79756
2012-09-13 John Napiorkowski upped version getting ready to send to cpan
2012-09-13 John Napiorkowski if there is a sequence, set it correctly
2012-09-13 John Napiorkowski test case for large pks and handle more pg date like...
2012-03-09 John Napiorkowski upped version 1.001015
2012-03-09 John Napiorkowski more correctly restore path with external file
2012-02-13 John Napiorkowski docs and config substitutions
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 refacted dump all a bit
2011-03-02 John Napiorkowski new functionality
2011-02-21 John Napiorkowski updated changelog and version
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-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-07-16 luke saunders upped version ready for release
2009-05-20 Luke Saunders changed version dep for DBIC v1.001002
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 updated version
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 version repaired
2008-03-05 Luke Saunders killed dodgy branch
2008-03-04 Luke Saunders incremented version
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 two schemas populate issue fixed
2008-02-05 Luke Saunders minor tidying and failing test for overlapping schema...
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 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 functionality added
2008-01-30 Luke Saunders skeleton checkin, largely stolen from DBIx::Class:...