summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc edits, moved object display in uowdumper to be hex, fixed test runner in ...Mike Bayer2006-09-251-1/+1
* - 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
* moved "c.name" to "c.key" for processing defaults since bind params use colum...Mike Bayer2006-09-121-6/+6
* - 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
* - cleanup on connection methods + documentation. custom DBAPIMike Bayer2006-08-252-37/+39
* - urls support escaped characters in passwords [ticket:281]Mike Bayer2006-08-221-1/+4
* [ticket:280] statement execution supports using the same BindParamMike Bayer2006-08-181-2/+2
* [ticket:277] check if pg/oracle sequence exists. checks in all cases before ...Mike Bayer2006-08-161-0/+2
* moved rollback catch to mysql module...Mike Bayer2006-08-101-4/+1
* fix mysql borkageJonathan Ellis2006-08-101-1/+4
* 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
* DB connection errors wrapped in DBAPIErrorsMike Bayer2006-07-131-1/+6
* adjument to regexp for parsing courtesy Barry WarsawMike Bayer2006-07-101-2/+2
* removed debug lineMike Bayer2006-07-071-1/+1
* got MS-SQL support largely working, including reflection, basic types, fair a...Mike Bayer2006-07-012-1/+4
* identified another TLTransaction scenario, and adjusted TLConnection/TLSessio...Mike Bayer2006-06-221-6/+7
* TLConnection insures that it is used to create a transaction via the session ...Mike Bayer2006-06-221-4/+6
* fixed 'port' attribute of URL to be an integer if present [ticket:209]Mike Bayer2006-06-151-2/+5
* fixed nested rollbacksMike Bayer2006-06-141-1/+1
* fixed InvalidRequestException -> InvalidRequestError typosean2006-06-051-1/+1
* 0.2.2 prep, added "pickler" option to Pickle typeMike Bayer2006-06-051-5/+0
* force_close...Mike Bayer2006-06-051-2/+5
* more fixes to transaction nesting, interacts better with close() statementMike Bayer2006-06-051-13/+19
* switched generator to list comprehensionMike Bayer2006-06-011-1/+1
* implemented query string support in db urls, gets sent to dialect **kwargs, [...Mike Bayer2006-06-012-6/+21
* fixed [ticket:188] updated changelogMike Bayer2006-05-291-1/+1
* echo_pool flag fixedMike Bayer2006-05-291-2/+2
* connection more careful about checking if its closed before operationsMike Bayer2006-05-291-9/+18
* added extra info for association objectMike Bayer2006-05-291-0/+1
* pool needed weakrefMike Bayer2006-05-282-4/+6
* more tlocal trans stuffMike Bayer2006-05-282-9/+35
* skips blank argumentsMike Bayer2006-05-281-1/+1
* extra tests...Mike Bayer2006-05-281-2/+12
* would help if commit() worked too...Mike Bayer2006-05-281-2/+2
* TLEngine needed a partial rewrite....Mike Bayer2006-05-283-50/+53
* raises error for bad urlMike Bayer2006-05-281-1/+2
* propigate "pool" argumentMike Bayer2006-05-281-1/+1
* 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-256-0/+1227