summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* 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