test for inline config
[dbsrgits/DBIx-Class-Fixtures.git] / Changes
CommitLineData
e5963c1b 1Revision history for DBIx-Class-Fixtures
2
c5178f25 31.001010
4- Fixed docs to use double quotes which is valid JSON
5
61.001009
7f25d8f8 7- Force operations to work inside a transaction so with_deferred_fks actually works.
8
28acb622 91.001008
10- Man, I should test better.
11
121.001007
13- Should use Schema->source(), not ->resultset().
14
151.001006
16- Schema->resultset() throws an exception, not return undef, when it can't find
17 a moniker.
18
06b7a1cc 191.001005
20- Fixed problem where rules containing an override of has_many weren't applied
21 correctly.
22
49aac59d 231.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
271.001003
401a9e9b 28- Fix t/var/configs/*.json to use valid JSON syntax
a351479c 29- Fixed DateTime::Format dependencies
401a9e9b 30
9e77162b 311.001002
32- Allow passing schema object to ->populate
33- Check that fixture population dir was created
34
a0a4d29e 351.001001
36- debug defaults to 0 rather than undef
37- cleanup only deletes what's necessary
b533b300 38- added db specific dbi files so that postgres can use deferrable
a0a4d29e 39
96f2cd20 401.001000
41- Added includes functionality
fc17c598 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)
a962f1f8 45- Optimised populate to take advantage of insert_bulk (Drew Taylor)
96f2cd20 46
b450a678 471.000001
48- Added missing deps
49
d17ba14e 501.000000
51- Released
e5963c1b 52