]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] A tweak to column precedence which moves the
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Sep 2012 20:48:49 +0000 (16:48 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Sep 2012 20:48:49 +0000 (16:48 -0400)
commit23d300c874ef0228f5141c1435bf2dc265152a59
tree1819c1caa63b574ccb825f3e4de48c8aee4cd048
parent6c50ffcf44b8e363a5d3590955be1f62fd5e780d
  - [bug] A tweak to column precedence which moves the
    "concat" and "match" operators to be the same as
    that of "is", "like", and others; this helps with
    parenthesization rendering when used in conjunction
    with "IS". [ticket:2564]
CHANGES
lib/sqlalchemy/sql/operators.py
test/sql/test_operators.py