summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - eager loading with LIMIT/OFFSET applied no longer adds the primaryMike Bayer2007-11-031-0/+8
* - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ...Mike Bayer2007-11-034-144/+136
* - removed "name" attribute from FromClause, Join, Select, CompoundSelect. it...Mike Bayer2007-11-031-10/+9
* - merged factor_down_bindparams branch.Mike Bayer2007-11-012-120/+10
* - fixed INSERT statements w.r.t. primary key columns that have SQL-expressionMike Bayer2007-10-281-5/+8
* - fixed expression translation of text() clauses; this repairs variousMike Bayer2007-10-281-1/+1
* - removed regular expression step from most statement compilations.Mike Bayer2007-10-271-37/+27
* Added support for dialects that have both sequences and autoincrementing PKs.Jason Kirtland2007-10-231-3/+9
* - Added contains operator (which generate a "LIKE %<other>%" clause).Gaƫtan de Menten2007-10-192-2/+23
* change the in_ API to accept a sequence or a selectable [ticket:750]Ants Aasma2007-10-161-12/+18
* - Fixed SQL compiler's awareness of top-level column labels as usedMike Bayer2007-10-161-2/+2
* Assorted unused imports from pyflakes, docstring tweaks, formatting.Jason Kirtland2007-10-133-8/+11
* Fix broken update/delete queries on MSSQL when tables have a schemaPaul Johnston2007-10-121-2/+3
* - Cleaned up visit_insert a bit, inserts are ~3% faster now.Jason Kirtland2007-10-081-4/+7
* - fix to anonymous label generation of long table/column names [ticket:806]Mike Bayer2007-10-071-1/+1
* add support for returning results from inserts and updates for postgresql 8.2...Ants Aasma2007-10-021-10/+14
* removed unused _fold_identifier_case methodMike Bayer2007-10-021-12/+0
* - more docstringsMike Bayer2007-09-281-15/+16
* - doc updates. generated sql docs are against sql.expression now.Mike Bayer2007-09-281-67/+156
* - The IdentifierPreprarer's _requires_quotes test is now regex based.Jason Kirtland2007-09-271-9/+7
* - 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
* - added "schema" argument to Sequence; use this with Postgres /Oracle when th...Mike Bayer2007-09-221-2/+5
* - 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
* - column defaults and onupdates, executing inline, will add parenthesisMike Bayer2007-09-061-2/+2
* remove unused methodMike Bayer2007-09-041-6/+0
* - took out method calls for oid_columnMike Bayer2007-09-042-41/+19
* - removed "parameters" argument from clauseelement.compile(), replaced withMike Bayer2007-09-042-29/+25
* factored out uses_sequences_for_inserts() intoMike Bayer2007-09-011-4/+1
* - got all examples workingMike Bayer2007-09-011-18/+12
* whats a big commit without some errant print statements ? :)Mike Bayer2007-09-011-1/+0
* - merged inline inserts branchMike Bayer2007-09-012-90/+89
* Fixed signature for orm's BETWEEN operator.Jason Kirtland2007-08-271-2/+2
* - 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
* Inlined ClauseParameters.set_parameter (simple assignment) in construct_paramsJason Kirtland2007-08-212-19/+26
* - implemented __len__() accessor on RowProxyMike Bayer2007-08-211-21/+14
* tweak that construct_params optimization, one of the adjustments wasn't neededJason Kirtland2007-08-211-4/+1
* A couple critical path optimizationsJason Kirtland2007-08-212-8/+24
* - method call removalMike Bayer2007-08-202-73/+65
* an early out processing insert/update column parameters was a bit too early.Ants Aasma2007-08-191-5/+5
* light docstring tweaks to the poolJason Kirtland2007-08-192-2/+2
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-186-0/+4912