[Bast-commits] r7342 - DBIx-Class/0.08/branches/sybase

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Tue Aug 18 20:45:07 GMT 2009


Author: ribasushi
Date: 2009-08-18 20:45:06 +0000 (Tue, 18 Aug 2009)
New Revision: 7342

Modified:
   DBIx-Class/0.08/branches/sybase/Changes
Log:
Fix Changes

Modified: DBIx-Class/0.08/branches/sybase/Changes
===================================================================
--- DBIx-Class/0.08/branches/sybase/Changes	2009-08-18 20:42:16 UTC (rev 7341)
+++ DBIx-Class/0.08/branches/sybase/Changes	2009-08-18 20:45:06 UTC (rev 7342)
@@ -1,5 +1,13 @@
 Revision history for DBIx::Class
 
+        - Complete Sybase RDBMS support including:
+          - Support for TEXT/IMAGE columns
+          - Support for the 'money' datatype
+          - Transaction savepoints support
+          - Support for bind variables when connecting via Sybase OpenClient
+          - Support for interpolated variables with proper quoting when
+            connecting via FreeTDS
+
 0.08109 2009-08-18 08:35:00 (UTC)
         - Replication updates:
           - Improved the replication tests so that they are more reliable
@@ -19,13 +27,7 @@
           - 'uniqueidentifier' support with auto newid()
           - Dynamic cursor support and other MARS options for ODBC
           - savepoints with auto_savepoint => 1
-        - Complete Sybase RDBMS support including:
-          - Support for TEXT/IMAGE columns
-          - Transaction savepoints support
-          - Support for bind variables when connecting via Sybase OpenClient
-          - Support for interpolated variables with proper quoting when
-            connecting via FreeTDS
-        - Support for MSSQL/Sybase 'money' type
+        - Support for MSSQL 'money' type
         - Support for 'smalldatetime' type used in MSSQL and Sybase for
           InflateColumn::DateTime
         - Support for Postgres 'timestamp without timezone' type in




More information about the Bast-commits mailing list