summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/base.py
Commit message (Expand)AuthorAgeFilesLines
* Remove RootTransaction<->RootTransaction reference cycleJakub Stasiak2015-07-181-1/+5
* - more edits, references #3461Mike Bayer2015-06-191-2/+4
* - add explciit section on engine disposal, fixes #3461Mike Bayer2015-06-191-14/+10
* - Added new engine event :meth:`.ConnectionEvents.engine_disposed`.Mike Bayer2015-06-061-0/+1
* - Added support for the case of the misbehaving DBAPI that hasMike Bayer2015-05-151-2/+4
* - New features added to support engine/pool plugins with advancedMike Bayer2015-04-301-1/+9
* - The "auto close" for :class:`.ResultProxy` is now a "soft" close.Mike Bayer2015-03-171-2/+2
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - fix a potential race condition where the per-mapper LRUCache used byMike Bayer2015-03-091-3/+2
* - Fixed bug in :class:`.Connection` and pool where theMike Bayer2015-02-041-0/+7
* - A warning is emitted if the ``isolation_level`` parameter is usedMike Bayer2015-02-041-0/+14
* - remove the clever approach w/ dialect events, and remove the needMike Bayer2015-01-251-17/+20
* - remove context-specific post-crud logic from Connection and inline post-crudMike Bayer2015-01-251-24/+5
* - Added new user-space accessors for viewing transaction isolationMike Bayer2015-01-201-11/+107
* correctionsMike Bayer2014-12-271-1/+1
* - keep working on fixing #3266, more cases, more testsMike Bayer2014-12-101-4/+5
* - identify another spot where _handle_dbapi_error() needs to do somethingMike Bayer2014-12-081-3/+4
* - simplify the "noconnection" error handling, settingMike Bayer2014-12-081-17/+19
* - adjust _revalidate_connection() again such that we pass a _wrap=FalseMike Bayer2014-12-051-20/+26
* - move inner calls to _revalidate_connection() outside of existingMike Bayer2014-12-051-8/+9
* - The engine-level error handling and wrapping routines will nowMike Bayer2014-12-051-6/+68
* Merge remote-tracking branch 'origin/pr/140' into pr140Mike Bayer2014-10-111-2/+0
|\
| * cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-021-4/+0
| * improve exception vs. exit handlingndparker2014-09-231-0/+2
* | - repair autorollback for branchesMike Bayer2014-09-261-2/+2
* | - Fixed bug where a "branched" connection, that is the kind you getMike Bayer2014-09-261-37/+87
* | - Fixed bug where a "branched" connection, that is the kind you getMike Bayer2014-09-261-11/+32
|/
* - TIL that dict.keys() in py3K is not an iterator, it is an iterableMike Bayer2014-08-151-2/+2
* - other test fixesMike Bayer2014-08-151-1/+1
* - The string keys that are used to determine the columns impactedMike Bayer2014-08-141-1/+1
* - more pg8000 tests passingMike Bayer2014-07-251-1/+0
* - The MySQL dialect will now disable :meth:`.ConnectionEvents.handle_error`Mike Bayer2014-07-251-1/+3
* PEP8 style fixesBrian Jarrett2014-07-131-111/+117
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - rework the entire approach to #3076. As we need to catch all exceptionsMike Bayer2014-07-041-29/+62
* - Added new attributes :attr:`.ExecutionContext.exception` andMike Bayer2014-07-031-1/+7
* - The mechanics of the :meth:`.ConnectionEvents.dbapi_error` handlerMike Bayer2014-07-031-7/+23
* - vastly improve the "safe close cursor" tests in test_reconnectMike Bayer2014-05-301-2/+3
* Merge pull request #91 from smurfix/de_apostroph_ifymike bayer2014-05-111-1/+1
|\
| * Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-1/+1
* | - Fixed some "double invalidate" situations were detected whereMike Bayer2014-05-101-3/+10
|/
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* - work on fixing some race-condition failures:Mike Bayer2014-03-261-1/+1
* - Added some new event mechanics for dialect-level events; the initialMike Bayer2014-03-241-19/+41
* - An event listener can now be associated with a :class:`.Engine`,Mike Bayer2014-03-221-28/+31
* - restore the old behavior of the connection pool replacing itself justMike Bayer2014-03-221-0/+1
* - A major improvement made to the mechanics by which the :class:`.Engine`Mike Bayer2014-03-221-4/+2
* - The :meth:`.ConnectionEvents.after_cursor_execute` event is nowMike Bayer2014-03-191-4/+11
* - Added :paramref:`.MetaData.reflect.**dialect_kwargs`Mike Bayer2014-02-021-7/+16
* - continue with [ticket:2907] and further clean up how we set upMike Bayer2014-01-131-17/+41