summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/expression.py
Commit message (Expand)AuthorAgeFilesLines
* moved hide_froms and aggregate_hide_froms to be only on FromClauseMike Bayer2007-12-161-28/+19
* - more query testsMike Bayer2007-12-101-7/+33
* - Query.select_from() now replaces all existing FROM criterion withMike Bayer2007-12-091-5/+11
* changed the anonymous numbering scheme to be more appealingMike Bayer2007-12-081-1/+1
* - generation of "unique" bind parameters has been simplified to use the sameMike Bayer2007-12-061-4/+19
* - basic framework for generic functions, [ticket:615]Mike Bayer2007-12-051-13/+24
* OrderedSet to appease the unit tests....need to find a way to get rid of thisMike Bayer2007-11-251-1/+1
* - named_with_column becomes an attributeMike Bayer2007-11-251-22/+12
* - all kinds of cleanup, tiny-to-slightly-significant speed improvementsMike Bayer2007-11-241-52/+54
* - added op() operator to instrumented attributes; i.e.Mike Bayer2007-11-181-1/+6
* cut down a good deal of Join construction overheadMike Bayer2007-11-181-35/+33
* logging fixesMike Bayer2007-11-181-6/+15
* - anonymous column expressions are automatically labeled.Mike Bayer2007-11-101-7/+9
* more changes to traverse-and-clone; a particular element will only be cloned ...Mike Bayer2007-11-081-14/+25
* - identified some cases where Alias needs to be cloned; but still cant cloneMike Bayer2007-11-081-4/+13
* - fixed remainder of [ticket:853]Mike Bayer2007-11-071-20/+14
* - <Engine|Connection>._execute_clauseelement becomes a public methodMike Bayer2007-11-071-1/+1
* - oid_column proxies more intelligently off of Select, CompoundSelect - fixes...Mike Bayer2007-11-051-18/+73
* - base_columns on ColumnElement becomes a list; as usual, because columns in ...Mike Bayer2007-11-051-30/+20
* - rewrote and simplified the system used to "target" columns acrossMike Bayer2007-11-051-112/+75
* - func. objects can be pickled/unpickled [ticket:844]Mike Bayer2007-11-041-0/+8
* - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ...Mike Bayer2007-11-031-58/+56
* - removed "name" attribute from FromClause, Join, Select, CompoundSelect. it...Mike Bayer2007-11-031-10/+9
* - 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