Merge 'trunk' into 'sybase'
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index ce62fa2..18b153f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,14 @@
 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 to a newer Sybase with
+            OpenClient libraries
+          - Support for bind variables over FreeTDS with CASTs when needed
+          - Support for interpolated variables with proper quoting when
+            connecting to an older Sybase or via FreeTDS
         - Fixed a complex prefetch + regular join regression introduced
           in 0.08108
         - SQLT related fixes:
@@ -29,7 +38,7 @@ Revision history for DBIx::Class
         - 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
+        - Support for Postgres 'timestamp without timezone' type in
           InflateColumn::DateTime (RT#48389)
         - Added new MySQL specific on_connect_call macro 'set_strict_mode'
           (also known as make_mysql_not_suck_as_much)