Display a warning when an ODBC or ADO subclass is not found
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index a1d6ac5..9b2f887 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,10 @@ Revision history for DBIx::Class
     * New Features / Changes
         - Add quote_names connection option. When set to true automatically
           sets quote_char and name_sep appropriate for your RDBMS
+        - IC::DateTime support for MSSQL over DBD::ADO
+        - Both the ::ODBC and ::ADO dispatchers now warn if a rdbms-specific
+          driver is not found for this connection before falling back to
+          plain ::Storage::DBI
 
     * Fixes
         - Disable mysql_auto_reconnect for MySQL - depending on the ENV
@@ -11,6 +15,7 @@ Revision history for DBIx::Class
         - Fix dropped bind values in select/group_by on Oracle (omission
           from 0542ec57 and 4c2b30d6)
         - Fix problems with M.A.D. under CGI::SpeedyCGI (RT#65131)
+        - Better error handling when prepare() fails silently
 
 0.08127 2011-01-19 16:40 (UTC)
     * New Features / Changes