Better detection/synchronization of MSSQL dynamic cursor state
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 2a4216b..b7aef49 100644 (file)
--- a/Changes
+++ b/Changes
@@ -12,7 +12,10 @@ Revision history for DBIx::Class
           unique constraint
         - dbicadmin now better supports catalyst-style config files, by
           unrolling 'config_info' hashkeys
-        - MSSQL MARS over DBD::ODBC now works with freetds >= 0.91
+        - Multiple Improvements MSSQL over DBD::ADO
+          - Transaction support
+          - Support for VARCHAR(MAX)/VARBINARY(MAX)/NVARCHAR(MAX) datatypes
+          - Nomalization of retrieved GUID values
 
     * Fixes
         - Fix SkipFirst and FirstSkip limit dialects (Informix and Firebird)
@@ -29,6 +32,7 @@ Revision history for DBIx::Class
           for the following drivers too buggy to handle the optimized path:
           - FreeTDS ODBC driver (when used with MSSQL)
           - The Firebird ODBC driver
+          - The MSAccess ODBC driver
         - Explicitly disable DBD::ODBC dynamic_cursors when using freetds 0.83
           or later - they made enough ODBC incompatible changes making it
           impossible to support sanely