fix for key => [] + tests + cleanup of 02where.t
[scpubgit/Q-Branch.git] / Changes
diff --git a/Changes b/Changes
index 431fc26..1b3d790 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for SQL::Abstract
 
+    - 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)