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