]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
-we move all the invocation of "_adapt_expression" into TypeEngine.Comparator. ...
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 16 Aug 2012 18:07:33 +0000 (14:07 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 16 Aug 2012 18:07:33 +0000 (14:07 -0400)
commit079f5a282b4b37ff2a2a7172aa289eff49509f17
treebcf53016b1dc93546f3e0eb22a11004f4d2a452c
parentfd4ac5b3171dacf2efba31c520c546e2422fba36
-we move all the invocation of "_adapt_expression" into TypeEngine.Comparator.   at this point
the split of operator stuff is getting awkward and we might want to move _DefaultComparator.
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/types.py
test/sql/test_operators.py