]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add autoescape option to startswith, endswith, and contains
authorDiana Clarke <diana.joan.clarke@gmail.com>
Sun, 10 Apr 2016 19:19:03 +0000 (15:19 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 14 Mar 2017 13:49:52 +0000 (09:49 -0400)
commit2895c57b29c500fe4388ef23e61f13c5e1e9b4b2
tree25a323bc7b9d7a05b9845d338dabb91ba7c55985
parent7b07ea67dc4a578be977a9f618dfb12fd12e852e
add autoescape option to startswith, endswith, and contains

Fixes: #2694
Change-Id: I34c0bdcb01c2b76b9ab6cd315dae13e3dd8a502b
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/207
doc/build/changelog/changelog_12.rst
doc/build/changelog/migration_12.rst
lib/sqlalchemy/sql/operators.py
test/sql/test_operators.py