summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/expression.py
Commit message (Expand)AuthorAgeFilesLines
* - fixed expression translation of text() clauses; this repairs variousMike Bayer2007-10-281-1/+1
* - Added contains operator (which generate a "LIKE %<other>%" clause).Gaƫtan de Menten2007-10-191-2/+20
* change the in_ API to accept a sequence or a selectable [ticket:750]Ants Aasma2007-10-161-12/+18
* Assorted unused imports from pyflakes, docstring tweaks, formatting.Jason Kirtland2007-10-131-4/+5
* add support for returning results from inserts and updates for postgresql 8.2...Ants Aasma2007-10-021-10/+14
* - more docstringsMike Bayer2007-09-281-15/+16
* - doc updates. generated sql docs are against sql.expression now.Mike Bayer2007-09-281-67/+156
* - some docstrings for select()Mike Bayer2007-09-261-0/+45
* - created a link between QueryContext and SelectionContext; the attributeMike Bayer2007-09-261-8/+0
* - the behavior of String/Unicode types regarding that they auto-convertMike Bayer2007-09-261-2/+4
* - columns from Alias objects, when used to target result-row columns, must ma...Mike Bayer2007-09-241-0/+8
* - adjusted operator precedence of NOT to match '==' and others, so thatMike Bayer2007-09-081-1/+1
* [ticket:768] dont assume join criterion consists only of column objectsMike Bayer2007-09-081-1/+2
* - took out method calls for oid_columnMike Bayer2007-09-041-38/+16
* - removed "parameters" argument from clauseelement.compile(), replaced withMike Bayer2007-09-041-13/+15
* - merged inline inserts branchMike Bayer2007-09-011-38/+33
* - added **modifiers to _get_from_objectsMike Bayer2007-08-221-1/+1
* fixed generative behavior to copy collections, [ticket:752]Mike Bayer2007-08-211-12/+30
* - method call removalMike Bayer2007-08-201-18/+22
* light docstring tweaks to the poolJason Kirtland2007-08-191-1/+1
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-0/+3305