table/col case fixes, Changes updated, release 0.02006
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
1 Revision history for Perl extension DBIx::Class::Schema::Loader
2
3 0.02006 Fri Mar 17 04:55:55 UTC 2006
4         - Fix long-standing table/col-name case bugs
5
6 0.02005 Mon Feb 27 23:53:17 UTC 2006
7         - Move the external file loading to after everything else
8           loader does, in case people want to define, override, or
9           build on top of the rels.
10
11 0.02004 Mon Feb 27 23:53:17 UTC 2006
12         - Minor fix to debugging message for loading external files
13
14 0.02003 Sun Feb 19 20:42:01 UTC 2006
15         - Deprecated arguments: dsn, user, password, options
16         - New argument: connect_info
17
18 0.02002 Sat Feb 18 19:53:12 UTC 2006
19         - Added moniker_map and inflect_map
20
21 0.02001 Fri Feb 17 20:25:40 UTC 2006
22         - tests fixed up a bit
23         - auto-loading of on-disk class definitions layered on top
24           of the generated definitions (create Foo::Schema::Bar, then
25           also try to ->require it if it exists on disk).
26         - new parameters components and resultset_components, which do
27           the obvious for the generated table classes.
28         - DBIx::Class pre-req bumped to 0.05006, since Schema::Loader
29           is virtually gauranteed to cause subtle mod_perl problems
30           without those fixes.
31
32 0.02000 Sun Feb 12 22:43:47 UTC 2006
33         - Just docs/version update, 0.01004 code released as 0.02000
34
35 0.01004 Tue Feb  7 03:58:01 UTC 2006
36         - No longer tries to parse out the table name from the dsn for mysql,
37           was unneccesary vestigial code from previous method.
38
39 0.01003 Mon Feb  6 14:57:56 UTC 2006
40         - Fixed the has_many side of _make_cond_rel
41
42 0.01002 Fri Feb  3 23:14:38 UTC 2006
43         - Email address typo :(
44
45 0.01001 Fri Feb  3 05:15:41 UTC 2006
46         - Fixed up some documentation issues
47         - Load C3 at the right time
48
49 0.01  Fri Feb  3 01:53:46 UTC 2006
50         - original release
51         - created from DBIx::Class::Loader 0.14