Fix $rs->next when using HRI with right-join-side data injected into main obj
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index b2a151e..b063ea9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -22,6 +22,8 @@ Revision history for DBIx::Class
         - Support ancient DB2 versions (5.4 and older), with proper limit
           dialect
         - Support sub-second precision for TIMESTAMPs for Firebird over ODBC
+        - Support BLOBs and CLOBs in WHERE clauses for Oracle, including LIKE
+          queries for CLOBs.
 
     * Fixes
         - Fix ::Storage::DBI::* MRO problems on 5.8.x perls
@@ -56,6 +58,8 @@ Revision history for DBIx::Class
         - Fix populate() with \[], arrays (datatype) and other exotic values
         - Fix complex limits (RNO/RowNum/FetchFirst/Top/GenSubq) with
           sub-selects in the selectors list (correlated subqueries)
+        - Fix inconsistency between $rs->next with and without HRI when all
+          the "root" columns are in fact injected from the right rs side
 
     * Misc
         - Rewire all warnings to a new Carp-like implementation internal