[Bast-commits] r9491 -
DBIx-Class/0.08/branches/dbicadmin-non-versioned
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Mon May 31 22:08:28 GMT 2010
Author: ribasushi
Date: 2010-05-31 23:08:28 +0100 (Mon, 31 May 2010)
New Revision: 9491
Modified:
DBIx-Class/0.08/branches/dbicadmin-non-versioned/Changes
Log:
Changes
Modified: DBIx-Class/0.08/branches/dbicadmin-non-versioned/Changes
===================================================================
--- DBIx-Class/0.08/branches/dbicadmin-non-versioned/Changes 2010-05-31 21:53:45 UTC (rev 9490)
+++ DBIx-Class/0.08/branches/dbicadmin-non-versioned/Changes 2010-05-31 22:08:28 UTC (rev 9491)
@@ -5,6 +5,8 @@
- ::Storage::DBI now correctly preserves a parent $dbh from
terminating children, even during interpreter-global
out-of-order destruction
+ - dbicadmin supports an -I option with the same semantics as
+ perl itself
- InflateColumn::DateTime support for MSSQL via DBD::Sybase
- Millisecond precision support for MSSQL datetimes for
InflateColumn::DateTime
@@ -32,6 +34,8 @@
- update() on row not in_storage no longer throws an exception
if there are no dirty columns to update (fixes cascaded update
annoyances)
+ - Fix dbicadmin to allow deploy() on non-versioned schema
+ - Fix dbicadmin to respect sql_dir on upgrade() (RT#57732)
- Update Schema::Versioned to respect hashref style of
connection_info
- Do not recreate the same related object twice during MultiCreate
More information about the Bast-commits
mailing list