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