]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added contains operator (which generate a "LIKE %<other>%" clause).
authorGaëtan de Menten <gdementen@gmail.com>
Fri, 19 Oct 2007 10:27:06 +0000 (10:27 +0000)
committerGaëtan de Menten <gdementen@gmail.com>
Fri, 19 Oct 2007 10:27:06 +0000 (10:27 +0000)
commitae553db3cdb71c3cc14ca02bf53d6a81ff99fb8a
treeb2b536c0b36a40b5d5ea65df62b61c6301f27e34
parent974f59f091d562bb0e141c6b4087160d16190c1c
- Added contains operator (which generate a "LIKE %<other>%" clause).

- Added test coverage for endswith operator
CHANGES
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/operators.py
test/sql/select.py