summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/base.py
Commit message (Collapse)AuthorAgeFilesLines
* connection more careful about checking if its closed before operationsMike Bayer2006-05-291-9/+18
| | | | | small fix to table sort if no tables unit test tweaks
* pool needed weakrefMike Bayer2006-05-281-2/+6
| | | | | modified auto rollback to only occur when no transaction more unit tests
* more tlocal trans stuffMike Bayer2006-05-281-0/+1
|
* TLEngine needed a partial rewrite....Mike Bayer2006-05-281-2/+8
|
* added has_key to RowProxy, + caching of key lookupsMike Bayer2006-05-271-11/+31
| | | | | fix for mapper translate_row for deferred columns continuing with the "polymorph-tizing" of the unit of work, dependency processing accesses objects on each target task polymorphically
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-0/+687