[Bast-commits] r5257 - in
branches/DBIx-Class-Schema-Loader/no-rewrite: .
lib/DBIx/Class/Schema/Loader
acmoore at dev.catalyst.perl.org
acmoore at dev.catalyst.perl.org
Fri Dec 19 19:17:08 GMT 2008
Author: acmoore
Date: 2008-12-19 19:17:08 +0000 (Fri, 19 Dec 2008)
New Revision: 5257
Modified:
branches/DBIx-Class-Schema-Loader/no-rewrite/Changes
branches/DBIx-Class-Schema-Loader/no-rewrite/lib/DBIx/Class/Schema/Loader/Base.pm
Log:
Documentation change: do not overwrite unchanged schema modules
This patch only touches documentation. It adds a mention that unchanged
schema modules will not be overwritten. An entry is also made in the
Changelog.
Modified: branches/DBIx-Class-Schema-Loader/no-rewrite/Changes
===================================================================
--- branches/DBIx-Class-Schema-Loader/no-rewrite/Changes 2008-12-19 18:31:10 UTC (rev 5256)
+++ branches/DBIx-Class-Schema-Loader/no-rewrite/Changes 2008-12-19 19:17:08 UTC (rev 5257)
@@ -2,6 +2,8 @@
0.04006 Not Yet Released
- Fix Oracle constraint detection for non-owned schemas (RT #35732)
+ - dump_directory does not overwrite schema modules that have not
+ changed. (Andrew Moore)
0.04005 Sat Apr 05, 2008
- Fix DB2 support
Modified: branches/DBIx-Class-Schema-Loader/no-rewrite/lib/DBIx/Class/Schema/Loader/Base.pm
===================================================================
--- branches/DBIx-Class-Schema-Loader/no-rewrite/lib/DBIx/Class/Schema/Loader/Base.pm 2008-12-19 18:31:10 UTC (rev 5256)
+++ branches/DBIx-Class-Schema-Loader/no-rewrite/lib/DBIx/Class/Schema/Loader/Base.pm 2008-12-19 19:17:08 UTC (rev 5257)
@@ -162,7 +162,8 @@
The value of this option is a perl libdir pathname. Within
that directory this module will create a baseline manual
L<DBIx::Class::Schema> module set, based on what it creates at runtime
-in memory.
+in memory. Existing files for schemas that have not changed will not
+be overwritten.
The created schema class will have the same classname as the one on
which you are setting this option (and the ResultSource classes will be
More information about the Bast-commits
mailing list