]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added escape kw arg to contains(), startswith(), endswith(), [ticket:791]
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 19 Mar 2008 20:25:51 +0000 (20:25 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 19 Mar 2008 20:25:51 +0000 (20:25 +0000)
commit8d0c5672f06952382b4eedf78158a043b3529878
tree39af04ae51edbe52cc73141de30febb028628c25
parent0cc04e6e1b70abc4817f275a898aa063da3de007
added escape kw arg to contains(), startswith(), endswith(), [ticket:791]
CHANGES
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/operators.py
test/sql/select.py