Merging branches/DBIx-Class-Schema-Loader-refactor back into trunk:
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
CommitLineData
af6c2665 1Revision history for Perl extension DBIx::Class::Schema::Loader
a78e3fed 2
996be9ee 30.02999_10 Mon May 22 18:58:20 UTC 2006
4 - a few more small bugfixes
5 - more dump/debug improvements
6 - new exportable function "make_schema_at"
7
80.02999_09 Sun May 21 23:26:58 UTC 2006
9 - More docs improvements
10 - default uniq_info just warns and returns nothing now,
11 instead of dying. In theory, this allows unsupported
12 DBD drivers to potentially work with this module, if
13 the generic methods happen to work for that vendor.
14 - New tests for the various current and legacy/deprecated
15 methods of connecting a Schema::Loader class/object.
16 - Bugfix to the new runtime object connect/load code.
17
180.02999_08 Sat May 20 22:36:45 UTC 2006
19 - support for dumping to a directory for
20 conversion to manual DBIx::Class::Schema
21 - improved debugging output
22 - more documentation updates
23 - more backwards compatibility fixes
24 - runtime connection definitions (and cloning) work fine now.
25 - A couple of bugfixes related to db vendor "schemas", including
26 a fix for http://rt.cpan.org/Public/Bug/Display.html?id=19164
27
280.02999_06 Thu May 18 16:32:41 UTC 2006
29 - backwards compat with all earlier versions
30 - no longer requires schema class to have a connection
31 - correctly determine source class names in the rel code generator
32 - fixed mysql testing w/o InnoDB
33 - Writing guide updated
34 - docs updated
35 - various trivial updates / fixes
36
370.02999_05 Sun Mar 26 06:46:09 UTC 2006
38 - bugfixes to constraint/exclude code
39 - friendly warnings if we don't find any tables
40 - inflect_map becomes inflect_plural and inflect_singular
41 - Singularize relationship names where appropriate
42 - Test updates
43 - Supports multiple rels between the same pair of tables
44
ac890564 450.02007 Wed Mar 22 06:03:53 UTC 2006
46 - Backported Class::C3::reinitialize changes from -refactor
47 branch, resulting in significantly reduced load time
09d632a1 48
ac5ad557 490.02006 Fri Mar 17 04:55:55 UTC 2006
50 - Fix long-standing table/col-name case bugs
51
996be9ee 520.02999_04 Fri Mar 17 03:55:09 UTC 2006
53 - Fixed case-sensitivity issues for table/col names
54 - Punt columns_info_for to ->storage
55 - Large loading speedup (get rid of redundant C3 reinits)
56 - Removed TEST_POD checks
57 - Removed unneccesary storage->disconnect
58
590.02999_03 Mon Mar 13 15:01:11 UTC 2006
60 - Added EXAMPLE section to pod [Kieren Diment]
61 - Invasive heavy changes to the DBI- and vendor-specific code
62 (expect some breakage in some cases until this settles down)
63 - Support for loading UNIQUE constraints
64 - Tests cleaned up a bit
65 - Relationship building seperated out into it's own file for
66 the changes that are coming, but still does basically what
67 it did before (this work is the next step).
68
690.02999_02 Sat Mar 4 16:53:21 UTC 2006
70 - Merged in relevant changes from trunk since the split
71
d161cb49 720.02005 Mon Feb 27 23:53:17 UTC 2006
73 - Move the external file loading to after everything else
74 loader does, in case people want to define, override, or
75 build on top of the rels.
76
1b311bbb 770.02004 Mon Feb 27 23:53:17 UTC 2006
78 - Minor fix to debugging message for loading external files
79
996be9ee 800.02999_01 Sun Feb 28 00:24:00 UTC 2006
81 - Shuffle the modules around
82 - Make ourselves theoretically storage_type-agnostic
83 - Remove the _db_classes stuff, bump PK::Auto to Base
84 - Change default inflections to Lingua::EN::Inflect::Number::to_PL()
85
92dd5862 860.02003 Sun Feb 19 20:42:01 UTC 2006
1031d4f6 87 - Deprecated arguments: dsn, user, password, options
88 - New argument: connect_info
89
4350370d 900.02002 Sat Feb 18 19:53:12 UTC 2006
91 - Added moniker_map and inflect_map
92
17725ccb 930.02001 Fri Feb 17 20:25:40 UTC 2006
c2849787 94 - tests fixed up a bit
17725ccb 95 - auto-loading of on-disk class definitions layered on top
96 of the generated definitions (create Foo::Schema::Bar, then
97 also try to ->require it if it exists on disk).
98 - new parameters components and resultset_components, which do
99 the obvious for the generated table classes.
100 - DBIx::Class pre-req bumped to 0.05006, since Schema::Loader
101 is virtually gauranteed to cause subtle mod_perl problems
102 without those fixes.
c2849787 103
89ecd854 1040.02000 Sun Feb 12 22:43:47 UTC 2006
105 - Just docs/version update, 0.01004 code released as 0.02000
106
738705c6 1070.01004 Tue Feb 7 03:58:01 UTC 2006
108 - No longer tries to parse out the table name from the dsn for mysql,
109 was unneccesary vestigial code from previous method.
110
c5de0b0c 1110.01003 Mon Feb 6 14:57:56 UTC 2006
112 - Fixed the has_many side of _make_cond_rel
113
f654c972 1140.01002 Fri Feb 3 23:14:38 UTC 2006
115 - Email address typo :(
116
457eb8a6 1170.01001 Fri Feb 3 05:15:41 UTC 2006
118 - Fixed up some documentation issues
119 - Load C3 at the right time
120
aec93e93 1210.01 Fri Feb 3 01:53:46 UTC 2006
122 - original release
123 - created from DBIx::Class::Loader 0.14