summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/operators.py
Commit message (Expand)AuthorAgeFilesLines
...
* - like() and ilike() take an optional keyword argumentMike Bayer2008-03-191-6/+6
* - Converted MAGICCOOKIE=object() to a little symbol implementation to ease ob...Jason Kirtland2008-02-221-5/+4
* a little pre-lunch decrufting and cleanupMike Bayer2007-12-181-0/+46
* - added op() operator to instrumented attributes; i.e.Mike Bayer2007-11-181-0/+3
* - Added contains operator (which generate a "LIKE %<other>%" clause).Gaƫtan de Menten2007-10-191-0/+3
* Assorted unused imports from pyflakes, docstring tweaks, formatting.Jason Kirtland2007-10-131-3/+6
* Fixed signature for orm's BETWEEN operator.Jason Kirtland2007-08-271-2/+2
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-0/+61