summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* - relaxed rules on column_property() expressions having labels; anyMike Bayer2007-12-041-1/+1
* 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-62/+39
* - all kinds of cleanup, tiny-to-slightly-significant speed improvementsMike Bayer2007-11-241-35/+43
* some wide zoomark ranges...Mike Bayer2007-11-181-2/+2
* - anonymous column expressions are automatically labeled.Mike Bayer2007-11-101-22/+29
* - fixed remainder of [ticket:853]Mike Bayer2007-11-071-3/+0
* - fix to compiled bind parameters to not mistakenly populate NoneMike Bayer2007-11-071-3/+7
* - adjustments to oracle ROWID logic...recent oid changes mean we have toMike Bayer2007-11-051-14/+16
* - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ...Mike Bayer2007-11-031-3/+6
* - merged factor_down_bindparams branch.Mike Bayer2007-11-011-19/+10
* - fixed INSERT statements w.r.t. primary key columns that have SQL-expressionMike Bayer2007-10-281-5/+8
* - 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
* - Fixed SQL compiler's awareness of top-level column labels as usedMike Bayer2007-10-161-2/+2
* 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
* removed unused _fold_identifier_case methodMike Bayer2007-10-021-12/+0
* - The IdentifierPreprarer's _requires_quotes test is now regex based.Jason Kirtland2007-09-271-9/+7
* - added "schema" argument to Sequence; use this with Postgres /Oracle when th...Mike Bayer2007-09-221-2/+5
* - 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-041-3/+3
* - removed "parameters" argument from clauseelement.compile(), replaced withMike Bayer2007-09-041-16/+10
* 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-011-52/+56
* Inlined ClauseParameters.set_parameter (simple assignment) in construct_paramsJason Kirtland2007-08-211-2/+3
* tweak that construct_params optimization, one of the adjustments wasn't neededJason Kirtland2007-08-211-4/+1
* A couple critical path optimizationsJason Kirtland2007-08-211-5/+10
* - method call removalMike Bayer2007-08-201-55/+43
* 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-191-1/+1
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-0/+1114