copied Loader into a subdir by accident, moving it to the right spot
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
CommitLineData
a78e3fed 1Revision history for Perl extension DBIx::Class::Loader
2
30.14 Sat Jan 21 00:05:11 2006
4 - Bugfix to pgsql tests
5 - Bugfix for pause/cpan module version parsing
6
70.13 Thu Jan 19 06:40:11 2006
8 - Test suite infrastructure overhauled
9 - New advanced relationship testing [chisel]
10 - Several relationship fixes
11 - some minor pod cleanup
12 - misc bugfixes
13
140.12 Fri Jan 13 06:09:04 2006
15 - Changed "comment" to "Comment" for mysql "SHOW TABLE STATUS"
16 - Added relationship tests for pg, mysql, and db2
17
180.11 Mon Jan 02 17:25:14 2006
19 - use UNIVERSAL::require for loading the implementation class [Jason Kohles]
20 - docs fixes [Jason Kohles]
21 - fixed http://rt.cpan.org/NoAuth/Bug.html?id=16100 (implicit disconnects) [blblack]
22 - carp rather than croak if a table has no PKs [blblack]
23 - Added test for DB2 [blblack]
24
250.10 Tue Dec 20 06:22:23 2005
26 - Fixed foreign key relationships to columns other than primary keys [blblack]
27 - Fixed mysql test script [blblack]
28 - Some schema support added [castaway]
29 - DB2 support added [castaway]
30
310.09 Mon Nov 07 18:00:00 2005
32 - Updated mysql loader
33
340.08 Mon Nov 07 18:00:00 2005
35 - Fixed Pg loader
36
370.07 Mon Nov 07 18:00:00 2005
38 - Fixed mysql loader
39
400.06 Thu Nov 03 18:00:00 2005
41 - Fixed the _croak bug
42
430.05 Wed Nov 02 18:00:00 2005
44 - Fixed dump output
45
460.04 Wed Nov 02 18:00:00 2005
47 - Fixed Pg loader
48
490.03 Wed Nov 02 18:00:00 2005
50 - new version number :P
51
520.02 Mon Oct 24 18:00:00 2005
53 - Added $DBIx::Class::Loader::SCHEMA
54 - Fixed Pg loader
55 - Bumped version dependency.
56
570.01 Mon Sep 19 00:00:00 2005
58 - original version.