copied Loader into a subdir by accident, moving it to the right spot
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
1 Revision history for Perl extension DBIx::Class::Loader
2
3 0.14  Sat Jan 21 00:05:11 2006
4         - Bugfix to pgsql tests
5         - Bugfix for pause/cpan module version parsing
6
7 0.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
14 0.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
18 0.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
25 0.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
31 0.09  Mon Nov 07 18:00:00 2005
32         - Updated mysql loader
33
34 0.08  Mon Nov 07 18:00:00 2005
35         - Fixed Pg loader
36
37 0.07  Mon Nov 07 18:00:00 2005
38         - Fixed mysql loader
39
40 0.06  Thu Nov 03 18:00:00 2005
41         - Fixed the _croak bug
42
43 0.05  Wed Nov 02 18:00:00 2005
44         - Fixed dump output
45
46 0.04  Wed Nov 02 18:00:00 2005
47         - Fixed Pg loader
48
49 0.03  Wed Nov 02 18:00:00 2005
50         - new version number :P
51
52 0.02  Mon Oct 24 18:00:00 2005
53         - Added $DBIx::Class::Loader::SCHEMA
54         - Fixed Pg loader
55         - Bumped version dependency.
56
57 0.01  Mon Sep 19 00:00:00 2005
58         - original version.