[Bast-commits] r8523 - DBIx-Class/0.08/trunk

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Wed Feb 3 07:27:55 GMT 2010


Author: ribasushi
Date: 2010-02-03 07:27:54 +0000 (Wed, 03 Feb 2010)
New Revision: 8523

Modified:
   DBIx-Class/0.08/trunk/Changes
Log:
Changes

Modified: DBIx-Class/0.08/trunk/Changes
===================================================================
--- DBIx-Class/0.08/trunk/Changes	2010-02-03 05:57:15 UTC (rev 8522)
+++ DBIx-Class/0.08/trunk/Changes	2010-02-03 07:27:54 UTC (rev 8523)
@@ -6,6 +6,7 @@
           are not referenced by anything
         - Subqueries no longer marked experimental
         - Support for Informix RDBMS (limit/offset and auto-inc columns)
+        - Support for Sybase SQLAnywhere, both native and via ODBC
         - might_have/has_one now warn if applied calling class's column
           has is_nullable set to true.
         - Fixed regression in deploy() with a {sources} table limit applied
@@ -14,6 +15,8 @@
           parsed by SQL::Translator::Parser::DBIx::Class
         - Stop the SQLT parser from auto-adding indexes identical to the
           Primary Key
+        - InflateColumn::DateTime refactoring to allow fine grained method
+          overloads
         - Fix ResultSetColumn improperly selecting more than the requested
           column when +columns/+select is present
         - Fix regression in context sensitiveness of deployment_statements




More information about the Bast-commits mailing list