Updated version and Changes in prep for CPAN release
[dbsrgits/DBIx-Class-Fixtures.git] / Changes
1 Revision history for DBIx-Class-Fixtures
2
3 1.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
7 1.001003
8 - Fix t/var/configs/*.json to use valid JSON syntax
9 - Fixed DateTime::Format dependencies
10
11 1.001002
12 - Allow passing schema object to ->populate
13 - Check that fixture population dir was created
14
15 1.001001
16 - debug defaults to 0 rather than undef
17 - cleanup only deletes what's necessary
18 - added db specific dbi files so that postgres can use deferrable
19
20 1.001000
21 - Added includes functionality
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)
25 - Optimised populate to take advantage of insert_bulk (Drew Taylor)
26
27 1.000001
28 - Added missing deps
29
30 1.000000
31 - Released
32