Fix default value inserts (an op can have an empty arglist)
[scpubgit/Q-Branch.git] / Changes
diff --git a/Changes b/Changes
index fc2c77c..6ae9ca0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -10,6 +10,7 @@ Revision history for SQL::Abstract
     - Special handle IS NOT? NULL
     - Make sure unparse() does not destroy a passed in \@bindargs
     - Support ops with _'s in them (valid in Oracle)
+    - Properly parse both types of default value inserts
 
 revision 1.68  2010-09-16
 ----------------------------