]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Added missing operators is_(), isnot()
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Sep 2012 20:14:58 +0000 (16:14 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Sep 2012 20:14:58 +0000 (16:14 -0400)
commit1ceda8c23c277fd68bc159962f276d20cfa7bbf1
tree438967fd83e543786556bc401f09b1c926cc89c2
parent03cb8ce548a99b97852c25f2fec26ed611afbb5c
  - [bug] Added missing operators is_(), isnot()
    to the ColumnOperators base, so that these long-available
    operators are present as methods like all
    the other operators.  [ticket:2544]
CHANGES
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/operators.py
test/sql/test_operators.py