summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/base.py
Commit message (Expand)AuthorAgeFilesLines
* - changed "invalidate" semantics with pooled connection; willMike Bayer2006-08-261-1/+2
* [ticket:277] check if pg/oracle sequence exists. checks in all cases before ...Mike Bayer2006-08-161-0/+2
* all create()/drop() calls have a keyword argument of "connectable".Mike Bayer2006-08-091-1/+1
* added 'checkfirst' argument to table.create()/table.drop()Mike Bayer2006-07-191-1/+1
* deferred column load could screw up the connection status inMike Bayer2006-07-141-5/+9
* got MS-SQL support largely working, including reflection, basic types, fair a...Mike Bayer2006-07-011-1/+3
* fixed nested rollbacksMike Bayer2006-06-141-1/+1
* connection more careful about checking if its closed before operationsMike Bayer2006-05-291-9/+18
* pool needed weakrefMike Bayer2006-05-281-2/+6
* 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
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-0/+687