]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Tweaked changelog
authorJason Kirtland <jek@discorporate.us>
Sat, 8 Sep 2007 20:29:07 +0000 (20:29 +0000)
committerJason Kirtland <jek@discorporate.us>
Sat, 8 Sep 2007 20:29:07 +0000 (20:29 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index bd3354ba6b83fbddad7fd390a0e9840dbea42e17..ef50caf4ee3324941a13a991a94fba28595e1a90 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,8 +5,8 @@
     - Fixed detection of internal '$' characters in :bind$params [ticket:719]
     - [ticket:768] dont assume join criterion consists only of column objects
     - adjusted operator precedence of NOT to match '==' and others, so that 
-      ~(x==y) produces NOT (x=y), which is compatible with MySQL (doesn't like
-      "NOT x=y") [ticket:764]
+      ~(x==y) produces NOT (x=y), which is compatible with MySQL < 5.0
+      (doesn't like "NOT x=y") [ticket:764]
       
 - orm
     - added a check for joining from A->B using join(), along two