]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the "op()" function is now treated as an "operation", rather than a "comparison".
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 8 Jan 2007 19:09:02 +0000 (19:09 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 8 Jan 2007 19:09:02 +0000 (19:09 +0000)
commita4c73cc8ae154c3a54678fec7f2e11798ee25b7f
tree01cf9f02a30a33419a86aaac51e2fda3a72f10fe
parentc691513dc887899e8d046b03a125dcf0ae17943e
- the "op()" function is now treated as an "operation", rather than a "comparison".
  the difference is, an operation produces a BinaryExpression from which further operations
  can occur whereas comparison produces the more restrictive BooleanExpression
CHANGES
lib/sqlalchemy/sql.py
test/sql/select.py