Fix (and test) quoting with the older style of WhereJoins used by Oracle
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 7bc45a9..1f24e0b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -11,6 +11,8 @@ Revision history for DBIx::Class
           privatize and warn on deprecated use
         - Massive overhaul of bind values/attributes handling - slightly
           changes the output of as_query (should not cause compat issues)
+        - Support ancient DB2 versions (5.4 and older), with proper limit
+          dialect
 
     * Fixes
         - Fix ::Storage::DBI::* MRO problems on 5.8.x perls
@@ -21,6 +23,8 @@ Revision history for DBIx::Class
           from 0542ec57 and 4c2b30d6)
         - Fix remaining errors with Oracle and identifiers longer than the
           Oracle-imposed maximum of 30 characters (RT#66390)
+        - Fix older oracle-specific "WhereJoins" to work properly with
+          name quoting
         - Fix problems with M.A.D. under CGI::SpeedyCGI (RT#65131)
         - Better error handling when prepare() fails silently
         - Fixes skipped lines when a comment is followed by a statement
@@ -37,6 +41,7 @@ Revision history for DBIx::Class
           condition elements
         - Change SQLMaker carp-monkeypatch to be compatible with versions
           of SQL::Abstract >= 1.73
+        - Fix using \[] literals in the from resultset attribute
 
     * Misc
         - Rewire all warnings to a new Carp-like implementation internal