Changed how the rules are kept up to date with source names and went through 3 CPAN...
[dbsrgits/DBIx-Class-Fixtures.git] / Changes
CommitLineData
e5963c1b 1Revision history for DBIx-Class-Fixtures
2
28acb622 31.001008
4- Man, I should test better.
5
61.001007
7- Should use Schema->source(), not ->resultset().
8
91.001006
10- Schema->resultset() throws an exception, not return undef, when it can't find
11 a moniker.
12
06b7a1cc 131.001005
14- Fixed problem where rules containing an override of has_many weren't applied
15 correctly.
16
49aac59d 171.001004
18- Fixed problem where descending a has_many to something with two belongs_to
19 relationships wouldn't get the second belongs_to.
20
211.001003
401a9e9b 22- Fix t/var/configs/*.json to use valid JSON syntax
a351479c 23- Fixed DateTime::Format dependencies
401a9e9b 24
9e77162b 251.001002
26- Allow passing schema object to ->populate
27- Check that fixture population dir was created
28
a0a4d29e 291.001001
30- debug defaults to 0 rather than undef
31- cleanup only deletes what's necessary
b533b300 32- added db specific dbi files so that postgres can use deferrable
a0a4d29e 33
96f2cd20 341.001000
35- Added includes functionality
fc17c598 36- Added post_ddl and cascade attributes to populate (Drew Taylor)
37- Scalar refs in cond clauses handled in sets as well as fetches (Sebastian Willert)
38- Directory separators in primary keys do not cause a crash (Sebastian Willert)
a962f1f8 39- Optimised populate to take advantage of insert_bulk (Drew Taylor)
96f2cd20 40
b450a678 411.000001
42- Added missing deps
43
d17ba14e 441.000000
45- Released
e5963c1b 46