A new predicate sub: eq_sql_bind
[dbsrgits/SQL-Abstract.git] / Changes
diff --git a/Changes b/Changes
index 9655aab..f8906ae 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,24 @@
 Revision history for SQL::Abstract
 
 ----------------------------
+revision 1.49_01
+    - deep internal refactoring (see L</"CHANGES")
+    - support for literal SQL through the C<< \ [$sql, bind] >> syntax.
+    - added -nest1, -nest2 or -nest_1, -nest_2, ...
+    - optional support for array datatypes
+    - defensive programming : check arguments to functions/methods
+    - fixed bug with global logic of -and/-or (no side-effects any more)
+    - changed logic for distributing an op over arrayrefs
+    - fixed semantics of  _bindtype on array args
+    - dropped the C<_anoncopy> of the %where tree. No longer necessary.
+    - dropped the C<_modlogic> function
+    - Make col => [] and col => {$op => [] } DTRT or die instead of generating
+      broken SQL. Added tests for this. 
+    - Added { -desc => 'column' } order by support (Ash)
+    - Tiny "$_"-related fix for { -desc => 'columns'} order by support 
+      - tests + docs (groditi)
+
+----------------------------
 revision 1.20
 date: 2005/08/18 18:41:58;  author: nwiger;  state: Exp;  lines: +104 -50
 - added patch from Dan Kubb enabling quote_char and name_sep options