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