always reconnect in odbc:mssql:connect_call_use_dynamic_cursors
[dbsrgits/DBIx-Class-Historic.git] / Changes
diff --git a/Changes b/Changes
index 5918ec2..8489383 100644 (file)
--- a/Changes
+++ b/Changes
@@ -31,11 +31,10 @@ Revision history for DBIx::Class
             problems with search_related chaining
           - Deal with the distinct => 1 attribute properly when using
             prefetch
+        - An extension of the select-hashref syntax, allowing labeling
+          SQL-side aliasing: select => [ { max => 'foo', -as => 'bar' } ]
         - Massive optimization of the DBI storage layer - reduce the
-          amount of connected() calls
-        - New ::Storage::DBI method last_dbh() - it will still return a
-          newly connected $dbh if we start unconnected, but will not ping
-          the server on every invocation unlike dbh()
+          amount of connected() ping-calls
         - Some fixes of multi-create corner cases
         - Multiple POD improvements
         - Added exception when resultset is called without an argument