Properly support ops containing _'s (valid in Oracle)
[dbsrgits/SQL-Abstract.git] / Changes
diff --git a/Changes b/Changes
index 5eedf96..fc2c77c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -9,6 +9,7 @@ Revision history for SQL::Abstract
     - Better handling of generic -function's during AST construction
     - Special handle IS NOT? NULL
     - Make sure unparse() does not destroy a passed in \@bindargs
+    - Support ops with _'s in them (valid in Oracle)
 
 revision 1.68  2010-09-16
 ----------------------------