Changed how the rules are kept up to date with source names and went through 3 CPAN...
[dbsrgits/DBIx-Class-Fixtures.git] / Changes
1 Revision history for DBIx-Class-Fixtures
2
3 1.001008
4 - Man, I should test better.
5
6 1.001007
7 - Should use Schema->source(), not ->resultset().
8
9 1.001006
10 - Schema->resultset() throws an exception, not return undef, when it can't find
11   a moniker.
12
13 1.001005
14 - Fixed problem where rules containing an override of has_many weren't applied
15   correctly.
16
17 1.001004
18 - Fixed problem where descending a has_many to something with two belongs_to
19   relationships wouldn't get the second belongs_to.
20
21 1.001003
22 - Fix t/var/configs/*.json to use valid JSON syntax
23 - Fixed DateTime::Format dependencies
24
25 1.001002
26 - Allow passing schema object to ->populate
27 - Check that fixture population dir was created
28
29 1.001001
30 - debug defaults to 0 rather than undef
31 - cleanup only deletes what's necessary
32 - added db specific dbi files so that postgres can use deferrable
33
34 1.001000
35 - Added includes functionality
36 - Added post_ddl and cascade attributes to populate (Drew Taylor)
37 - Scalar refs in cond clauses handled in sets as well as fetches (Sebastian Willert)
38 - Directory separators in primary keys do not cause a crash (Sebastian Willert)
39 - Optimised populate to take advantage of insert_bulk (Drew Taylor)
40
41 1.000001
42 - Added missing deps
43
44 1.000000
45 - Released
46