Fixed bug where rules overriding has_many for a given class weren't respected
[dbsrgits/DBIx-Class-Fixtures.git] / Changes
1 Revision history for DBIx-Class-Fixtures
2
3 1.001005
4 - Fixed problem where rules containing an override of has_many weren't applied
5   correctly.
6
7 1.001004
8 - Fixed problem where descending a has_many to something with two belongs_to
9   relationships wouldn't get the second belongs_to.
10
11 1.001003
12 - Fix t/var/configs/*.json to use valid JSON syntax
13 - Fixed DateTime::Format dependencies
14
15 1.001002
16 - Allow passing schema object to ->populate
17 - Check that fixture population dir was created
18
19 1.001001
20 - debug defaults to 0 rather than undef
21 - cleanup only deletes what's necessary
22 - added db specific dbi files so that postgres can use deferrable
23
24 1.001000
25 - Added includes functionality
26 - Added post_ddl and cascade attributes to populate (Drew Taylor)
27 - Scalar refs in cond clauses handled in sets as well as fetches (Sebastian Willert)
28 - Directory separators in primary keys do not cause a crash (Sebastian Willert)
29 - Optimised populate to take advantage of insert_bulk (Drew Taylor)
30
31 1.000001
32 - Added missing deps
33
34 1.000000
35 - Released
36