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