summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/base.py
Commit message (Expand)AuthorAgeFilesLines
* - fix to connection pool _close() to properly clean up, fixesMike Bayer2006-12-081-1/+1
* oops, KeyError fix for [ticket:380]Mike Bayer2006-11-291-1/+1
* fixed has_key exception to be KeyError [ticket:380]Mike Bayer2006-11-291-1/+1
* - create_engine() reworked to be strict about incoming **kwargs. all keywordMike Bayer2006-11-121-1/+1
* - fixed direct execution of Compiled objectsMike Bayer2006-10-311-1/+1
* docs about objects not being threadsafeMike Bayer2006-10-221-2/+6
* - attributes module and test suite moves underneath 'orm' packageMike Bayer2006-10-221-4/+7
* reorganizing classnames a bit, flagging "private" classes in the sql package,Mike Bayer2006-10-171-3/+3
* docstrings etcMike Bayer2006-10-161-17/+65
* - ForeignKey(Constraint) supports "use_alter=True", to create/drop a foreign keyMike Bayer2006-10-151-1/+1
* - a fair amount of cleanup to the schema package, removal of ambiguousMike Bayer2006-10-141-1/+1
* oops, double row echo removedMike Bayer2006-10-121-2/+0
* added debug-level row echoing to RowProxy (moved from ResultProxy)Mike Bayer2006-10-121-2/+2
* - ResultProxy.fetchall() internally uses DBAPI fetchall() for better effici...Mike Bayer2006-10-121-5/+4
* - merged loader_strategies branch into trunk.Mike Bayer2006-10-031-2/+6
* raise proper AttributeErrorMike Bayer2006-09-281-2/+2
* - pool will auto-close open cursors, or can be configured to raise an error i...Mike Bayer2006-09-281-12/+9
* - logging is now implemented via standard python "logging" module.Mike Bayer2006-09-241-18/+17
* descriptive error message when an executioncontext-requiring call is called o...Mike Bayer2006-09-231-4/+11
* added scalar() to ResultProxyMike Bayer2006-09-231-2/+15
* - connection pool tracks open cursors and raises an error if connectionMike Bayer2006-09-231-1/+2
* - added an implicit close() on the cursor in ResultProxyMike Bayer2006-09-141-0/+5
* - fixed bug where Connection wouldnt lose its TransactionMike Bayer2006-09-121-0/+2
* - 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