Add set_ansi_mode on_connect_call for mysql
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 07c3e05..0f29682 100644 (file)
--- a/Changes
+++ b/Changes
@@ -6,8 +6,14 @@ Revision history for DBIx::Class
         - New resultsed method count_rs, returns a ::ResultSetColumn
           which in turn returns a single count value
         - Even better support of count with limit
-        - Count on related left-joined empty resultsets now correctly
-          returns 0
+        - New on_connect_call/on_disconnect_call functionality (check
+          POD of Storage::DBI)
+        - Automatic datetime handling environment/session setup for
+          Oracle via connect_call_datetime_setup()
+        - MySQL can now be turned into a sane database by adding
+          { on_connect_call => 'set_ansi_mode' } to the connect() call
+        - count/all on related left-joined empty resultsets now correctly
+          returns 0/()
         - Fixed regression when both page and offset are specified on
           a resultset
         - Fixed HRI returning too many empty results on multilevel
@@ -28,6 +34,8 @@ Revision history for DBIx::Class
         - Fixed a bug in search_related doubling a join if the original
           $rs already joins/prefetches the same relation
         - Storage::DBI::connected() improvements for Oracle and Sybase
+        - Fixed prefetch+incomplete select regression introduced in
+          0.08100
 
 0.08107 2009-06-14 08:21:00 (UTC)
         - Fix serialization regression introduced in 0.08103 (affects