summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/operators.py
Commit message (Expand)AuthorAgeFilesLines
* happy new yearMike Bayer2012-01-041-1/+1
* - Cls.column.collate("some collation") nowMike Bayer2011-10-231-6/+6
* - Fixed subtle bug that caused SQL to blowMike Bayer2011-06-271-0/+4
* - move Operators and ColumnOperators into sqlalchemy.sql.operators - since thisMike Bayer2011-05-281-0/+424
* - whitespace removal bonanzaMike Bayer2011-01-021-2/+2
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* Added NULLS FIRST and NULLS LAST support.Michael Trier2010-12-191-0/+6
* - merge default tipMike Bayer2010-12-051-2/+9
|\
| * - Fixed operator precedence rules for multipleMike Bayer2010-11-251-1/+8
* | - adapt initial patch from [ticket:1917] to current tipMike Bayer2010-11-161-1/+1
|/
* - Added math negation operator support, -x.Mike Bayer2010-02-051-1/+2
* merge 0.6 series to trunk.Mike Bayer2009-08-061-1/+9
* - _CalculatedClause is goneMike Bayer2009-01-281-1/+1
* - Moved to 2.4+ import syntax (w/ some experimental merge-friendly formatting)Jason Kirtland2008-07-151-33/+36
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-2/+2
* Added new basic match() operator that performs a full-text search. Supported ...Michael Trier2008-07-131-0/+4
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-1/+1
* - Support for COLLATE: collate(expr, col) and expr.collate(col)Jason Kirtland2008-04-161-0/+4
* added escape kw arg to contains(), startswith(), endswith(), [ticket:791]Mike Bayer2008-03-191-6/+6
* - 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