Commit | Line | Data |
e5963c1b |
1 | Revision history for DBIx-Class-Fixtures |
2 | |
a0a4d29e |
3 | 1.001001 |
4 | - debug defaults to 0 rather than undef |
5 | - cleanup only deletes what's necessary |
b533b300 |
6 | - added db specific dbi files so that postgres can use deferrable |
a0a4d29e |
7 | |
96f2cd20 |
8 | 1.001000 |
9 | - Added includes functionality |
fc17c598 |
10 | - Added post_ddl and cascade attributes to populate (Drew Taylor) |
11 | - Scalar refs in cond clauses handled in sets as well as fetches (Sebastian Willert) |
12 | - Directory separators in primary keys do not cause a crash (Sebastian Willert) |
a962f1f8 |
13 | - Optimised populate to take advantage of insert_bulk (Drew Taylor) |
96f2cd20 |
14 | |
b450a678 |
15 | 1.000001 |
16 | - Added missing deps |
17 | |
d17ba14e |
18 | 1.000000 |
19 | - Released |
e5963c1b |
20 | |