summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
...
* - added "fetchmany()" support to ResultProxyMike Bayer2007-01-111-0/+13
* - postgres no longer uses client-side cursors, uses more efficient server sideMike Bayer2007-01-102-2/+7
* copyright updateMike Bayer2007-01-052-2/+2
* - 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
* - made kwargs parsing to Table strict; removed various obsoluete "redefine=Tr...Mike Bayer2006-11-261-3/+24
* [ticket:374] [ticket:377] [ticket:375], small fix to mutable types unit testMike Bayer2006-11-211-1/+1
* - create_engine() reworked to be strict about incoming **kwargs. all keywordMike Bayer2006-11-123-48/+72
* - fixed direct execution of Compiled objectsMike Bayer2006-10-311-1/+1
* converted imports to absoluteMike Bayer2006-10-264-10/+9
* 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-173-8/+8
* docstrings etcMike Bayer2006-10-161-17/+65
* doc stuff regarding engine strategiesMike Bayer2006-10-151-1/+1
* - 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
* added docstrings for url, added to compiled documentationMike Bayer2006-10-121-4/+32
* 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
* - added auto_setinputsizes=False to oracle dialect. if true, all executions ...Mike Bayer2006-10-031-2/+2
* - removed "extension()" MapperOptionMike Bayer2006-10-031-0/+23
* - 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
* 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