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