Documents updated to reflect JSON requirement changes.
[dbsrgits/DBIx-Class-Fixtures.git] / Changes
CommitLineData
e5963c1b 1Revision history for DBIx-Class-Fixtures
2
7f25d8f8 3- Force operations to work inside a transaction so with_deferred_fks actually works.
4
28acb622 51.001008
6- Man, I should test better.
7
81.001007
9- Should use Schema->source(), not ->resultset().
10
111.001006
12- Schema->resultset() throws an exception, not return undef, when it can't find
13 a moniker.
14
06b7a1cc 151.001005
16- Fixed problem where rules containing an override of has_many weren't applied
17 correctly.
18
49aac59d 191.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
231.001003
401a9e9b 24- Fix t/var/configs/*.json to use valid JSON syntax
a351479c 25- Fixed DateTime::Format dependencies
401a9e9b 26
9e77162b 271.001002
28- Allow passing schema object to ->populate
29- Check that fixture population dir was created
30
a0a4d29e 311.001001
32- debug defaults to 0 rather than undef
33- cleanup only deletes what's necessary
b533b300 34- added db specific dbi files so that postgres can use deferrable
a0a4d29e 35
96f2cd20 361.001000
37- Added includes functionality
fc17c598 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)
a962f1f8 41- Optimised populate to take advantage of insert_bulk (Drew Taylor)
96f2cd20 42
b450a678 431.000001
44- Added missing deps
45
d17ba14e 461.000000
47- Released
e5963c1b 48