1.001023
[dbsrgits/DBIx-Class-Fixtures.git] / Changes
CommitLineData
e5963c1b 1Revision history for DBIx-Class-Fixtures
2
b257b2f5 3{{$NEXT}}
dcf3c1c8 4- No change from last version
5
9fc41500 61.001021_01
7- add in option use_find_or_create
8
a0bae4fd 91.001021
10- Applied patch to solve issue when trying to copy fixtures across volumes
11
bf192326 121.001020
13- Bumped some dependencies to stop cpan tester fails.
14
a5cdefb0 151.001019
16- Fixed issue when using fixtures and parallel testing (such as prove -j9 ...)
17
ae7b4675 181.001018
19- Reduced the size of a PK in the fixtures to stop (hopefully) some occasional
20 error reports
21
885f16cb 221.001017
245e4a24 23- POD fixes (justin hunter++)
885f16cb 24- Changed the test suite so it doesn't mindlessly break with the changes
245e4a24 25 introduced by DBIC 0.08200 (nerox++ for bug report).
885f16cb 26
017d2ab4 271.001016
75d9325a 28- Support more Postgresql types for datetime_relative (added TIME, DATE,
29 INTERVAL, TIMESTAMP)
30- If $result_source->column_info defines a sequence, make sure we properly
31 set that sequence to whatever the max value currently is.
017d2ab4 32
a3ebae95 331.001015
34- ::External::File makes the path if its missing
35
90bb06e2 361.001014
37- Allow you to perform value substitutions inside config-sets
38- Added a framework to allow you to backup / restore data external to the
39 database as part of your fixtures. Added an external handler for File
40 based data, and docs and tests for this.
41
745efc60 421.001013
43- fixed functionality in last release by more deeply cloning parameters, which
44 prevents bad things when parameters get deleted in the wrong places. Also
45 be sure we clear state properly after a dump.
46
570384ac 471.001012
48- Added new method 'available_config_sets' which returns and caches a list of
49 all the json set configs found in the 'config_dir' directory. This was added
50 to make it easier when you need to dump all the fixtures programatically.
7d34449f 51- Added method 'dump_config_sets' to let you dump more than one set at a time
52 more easily
570384ac 53- Added method 'dump_all_config_sets' which helps automate dumping all your
54 current config sets to a directory.
55
1edb8382 561.001011
57- Added an excludes resultsource option to the ->dump({all=>1,...}) feature
58- Allow you to directly set a configuration via a Perl HashRef instead of a
59 JSON file. Useful for testing and when you have simple or generated configs.
60- New option to force use of ->create rather than ->populate.
c4380dfa 61- Fixed a bug in the test suite that would fail on certain JSON parsers
1edb8382 62
c5178f25 631.001010
64- Fixed docs to use double quotes which is valid JSON
65
661.001009
7f25d8f8 67- Force operations to work inside a transaction so with_deferred_fks actually works.
68
28acb622 691.001008
70- Man, I should test better.
71
721.001007
73- Should use Schema->source(), not ->resultset().
74
751.001006
76- Schema->resultset() throws an exception, not return undef, when it can't find
77 a moniker.
78
06b7a1cc 791.001005
80- Fixed problem where rules containing an override of has_many weren't applied
81 correctly.
82
49aac59d 831.001004
84- Fixed problem where descending a has_many to something with two belongs_to
85 relationships wouldn't get the second belongs_to.
86
871.001003
401a9e9b 88- Fix t/var/configs/*.json to use valid JSON syntax
a351479c 89- Fixed DateTime::Format dependencies
401a9e9b 90
9e77162b 911.001002
92- Allow passing schema object to ->populate
93- Check that fixture population dir was created
94
a0a4d29e 951.001001
96- debug defaults to 0 rather than undef
97- cleanup only deletes what's necessary
b533b300 98- added db specific dbi files so that postgres can use deferrable
a0a4d29e 99
96f2cd20 1001.001000
101- Added includes functionality
fc17c598 102- Added post_ddl and cascade attributes to populate (Drew Taylor)
103- Scalar refs in cond clauses handled in sets as well as fetches (Sebastian Willert)
104- Directory separators in primary keys do not cause a crash (Sebastian Willert)
a962f1f8 105- Optimised populate to take advantage of insert_bulk (Drew Taylor)
96f2cd20 106
b450a678 1071.000001
108- Added missing deps
109
d17ba14e 1101.000000
111- Released
e5963c1b 112