improvements for MSSQL driver via DBD::ADO
[dbsrgits/DBIx-Class-Historic.git] / Changes
diff --git a/Changes b/Changes
index 08675d9..8994856 100644 (file)
--- a/Changes
+++ b/Changes
@@ -13,6 +13,10 @@ Revision history for DBIx::Class
         - 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)