]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
some changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 Apr 2007 20:02:02 +0000 (20:02 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 Apr 2007 20:02:02 +0000 (20:02 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 3c600c1943f8165d4e86095a6d045fd987d1d4c5..c39ba079db4dfda2053c957abf9e0c459b7a41d1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
       of unicode situations that occur in db's such as MS-SQL to be
       better handled and allows subclassing of the Unicode datatype.
       [ticket:522]
+    - ClauseElements can be used in in_() clauses now, such as bind 
+      parameters, etc. #476
+    - reverse operators implemented for `CompareMixin` elements,
+      allows expressions like "5 + somecolumn" etc. #474
     - the "where" criterion of an update() and delete() now correlates
       embedded select() statements against the table being updated or
       deleted.  this works the same as nested select() statement