Updated version and Changes in prep for CPAN release
[dbsrgits/DBIx-Class-Fixtures.git] / Changes
CommitLineData
e5963c1b 1Revision history for DBIx-Class-Fixtures
2
49aac59d 31.001004
4- Fixed problem where descending a has_many to something with two belongs_to
5 relationships wouldn't get the second belongs_to.
6
71.001003
401a9e9b 8- Fix t/var/configs/*.json to use valid JSON syntax
a351479c 9- Fixed DateTime::Format dependencies
401a9e9b 10
9e77162b 111.001002
12- Allow passing schema object to ->populate
13- Check that fixture population dir was created
14
a0a4d29e 151.001001
16- debug defaults to 0 rather than undef
17- cleanup only deletes what's necessary
b533b300 18- added db specific dbi files so that postgres can use deferrable
a0a4d29e 19
96f2cd20 201.001000
21- Added includes functionality
fc17c598 22- Added post_ddl and cascade attributes to populate (Drew Taylor)
23- Scalar refs in cond clauses handled in sets as well as fetches (Sebastian Willert)
24- Directory separators in primary keys do not cause a crash (Sebastian Willert)
a962f1f8 25- Optimised populate to take advantage of insert_bulk (Drew Taylor)
96f2cd20 26
b450a678 271.000001
28- Added missing deps
29
d17ba14e 301.000000
31- Released
e5963c1b 32