Added missing space in error message
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
CommitLineData
af6c2665 1Revision history for Perl extension DBIx::Class::Schema::Loader
a78e3fed 2
ac890564 30.02007 Wed Mar 22 06:03:53 UTC 2006
4 - Backported Class::C3::reinitialize changes from -refactor
5 branch, resulting in significantly reduced load time
09d632a1 6
ac5ad557 70.02006 Fri Mar 17 04:55:55 UTC 2006
8 - Fix long-standing table/col-name case bugs
9
d161cb49 100.02005 Mon Feb 27 23:53:17 UTC 2006
11 - Move the external file loading to after everything else
12 loader does, in case people want to define, override, or
13 build on top of the rels.
14
1b311bbb 150.02004 Mon Feb 27 23:53:17 UTC 2006
16 - Minor fix to debugging message for loading external files
17
92dd5862 180.02003 Sun Feb 19 20:42:01 UTC 2006
1031d4f6 19 - Deprecated arguments: dsn, user, password, options
20 - New argument: connect_info
21
4350370d 220.02002 Sat Feb 18 19:53:12 UTC 2006
23 - Added moniker_map and inflect_map
24
17725ccb 250.02001 Fri Feb 17 20:25:40 UTC 2006
c2849787 26 - tests fixed up a bit
17725ccb 27 - auto-loading of on-disk class definitions layered on top
28 of the generated definitions (create Foo::Schema::Bar, then
29 also try to ->require it if it exists on disk).
30 - new parameters components and resultset_components, which do
31 the obvious for the generated table classes.
32 - DBIx::Class pre-req bumped to 0.05006, since Schema::Loader
33 is virtually gauranteed to cause subtle mod_perl problems
34 without those fixes.
c2849787 35
89ecd854 360.02000 Sun Feb 12 22:43:47 UTC 2006
37 - Just docs/version update, 0.01004 code released as 0.02000
38
738705c6 390.01004 Tue Feb 7 03:58:01 UTC 2006
40 - No longer tries to parse out the table name from the dsn for mysql,
41 was unneccesary vestigial code from previous method.
42
c5de0b0c 430.01003 Mon Feb 6 14:57:56 UTC 2006
44 - Fixed the has_many side of _make_cond_rel
45
f654c972 460.01002 Fri Feb 3 23:14:38 UTC 2006
47 - Email address typo :(
48
457eb8a6 490.01001 Fri Feb 3 05:15:41 UTC 2006
50 - Fixed up some documentation issues
51 - Load C3 at the right time
52
aec93e93 530.01 Fri Feb 3 01:53:46 UTC 2006
54 - original release
55 - created from DBIx::Class::Loader 0.14