Added a test to demonstrate failure of not following belongs_to relationships as...
[dbsrgits/DBIx-Class-Fixtures.git] / Changes
1 Revision history for DBIx-Class-Fixtures
2
3 - Fix t/var/configs/*.json to use valid JSON syntax
4 - Fixed DateTime::Format dependencies
5
6 1.001002
7 - Allow passing schema object to ->populate
8 - Check that fixture population dir was created
9
10 1.001001
11 - debug defaults to 0 rather than undef
12 - cleanup only deletes what's necessary
13 - added db specific dbi files so that postgres can use deferrable
14
15 1.001000
16 - Added includes functionality
17 - Added post_ddl and cascade attributes to populate (Drew Taylor)
18 - Scalar refs in cond clauses handled in sets as well as fetches (Sebastian Willert)
19 - Directory separators in primary keys do not cause a crash (Sebastian Willert)
20 - Optimised populate to take advantage of insert_bulk (Drew Taylor)
21
22 1.000001
23 - Added missing deps
24
25 1.000000
26 - Released
27