| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove RootTransaction<->RootTransaction reference cycle | Jakub Stasiak | 2015-07-18 | 1 | -1/+5 |
* | - more edits, references #3461 | Mike Bayer | 2015-06-19 | 1 | -2/+4 |
* | - add explciit section on engine disposal, fixes #3461 | Mike Bayer | 2015-06-19 | 1 | -14/+10 |
* | - Added new engine event :meth:`.ConnectionEvents.engine_disposed`. | Mike Bayer | 2015-06-06 | 1 | -0/+1 |
* | - Added support for the case of the misbehaving DBAPI that has | Mike Bayer | 2015-05-15 | 1 | -2/+4 |
* | - New features added to support engine/pool plugins with advanced | Mike Bayer | 2015-04-30 | 1 | -1/+9 |
* | - The "auto close" for :class:`.ResultProxy` is now a "soft" close. | Mike Bayer | 2015-03-17 | 1 | -2/+2 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - fix a potential race condition where the per-mapper LRUCache used by | Mike Bayer | 2015-03-09 | 1 | -3/+2 |
* | - Fixed bug in :class:`.Connection` and pool where the | Mike Bayer | 2015-02-04 | 1 | -0/+7 |
* | - A warning is emitted if the ``isolation_level`` parameter is used | Mike Bayer | 2015-02-04 | 1 | -0/+14 |
* | - remove the clever approach w/ dialect events, and remove the need | Mike Bayer | 2015-01-25 | 1 | -17/+20 |
* | - remove context-specific post-crud logic from Connection and inline post-crud | Mike Bayer | 2015-01-25 | 1 | -24/+5 |
* | - Added new user-space accessors for viewing transaction isolation | Mike Bayer | 2015-01-20 | 1 | -11/+107 |
* | corrections | Mike Bayer | 2014-12-27 | 1 | -1/+1 |
* | - keep working on fixing #3266, more cases, more tests | Mike Bayer | 2014-12-10 | 1 | -4/+5 |
* | - identify another spot where _handle_dbapi_error() needs to do something | Mike Bayer | 2014-12-08 | 1 | -3/+4 |
* | - simplify the "noconnection" error handling, setting | Mike Bayer | 2014-12-08 | 1 | -17/+19 |
* | - adjust _revalidate_connection() again such that we pass a _wrap=False | Mike Bayer | 2014-12-05 | 1 | -20/+26 |
* | - move inner calls to _revalidate_connection() outside of existing | Mike Bayer | 2014-12-05 | 1 | -8/+9 |
* | - The engine-level error handling and wrapping routines will now | Mike Bayer | 2014-12-05 | 1 | -6/+68 |
* | Merge remote-tracking branch 'origin/pr/140' into pr140 | Mike Bayer | 2014-10-11 | 1 | -2/+0 |
|\ |
|
| * | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140 | ndparker | 2014-10-02 | 1 | -4/+0 |
| * | improve exception vs. exit handling | ndparker | 2014-09-23 | 1 | -0/+2 |
* | | - repair autorollback for branches | Mike Bayer | 2014-09-26 | 1 | -2/+2 |
* | | - Fixed bug where a "branched" connection, that is the kind you get | Mike Bayer | 2014-09-26 | 1 | -37/+87 |
* | | - Fixed bug where a "branched" connection, that is the kind you get | Mike Bayer | 2014-09-26 | 1 | -11/+32 |
|/ |
|
* | - TIL that dict.keys() in py3K is not an iterator, it is an iterable | Mike Bayer | 2014-08-15 | 1 | -2/+2 |
* | - other test fixes | Mike Bayer | 2014-08-15 | 1 | -1/+1 |
* | - The string keys that are used to determine the columns impacted | Mike Bayer | 2014-08-14 | 1 | -1/+1 |
* | - more pg8000 tests passing | Mike Bayer | 2014-07-25 | 1 | -1/+0 |
* | - The MySQL dialect will now disable :meth:`.ConnectionEvents.handle_error` | Mike Bayer | 2014-07-25 | 1 | -1/+3 |
* | PEP8 style fixes | Brian Jarrett | 2014-07-13 | 1 | -111/+117 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - rework the entire approach to #3076. As we need to catch all exceptions | Mike Bayer | 2014-07-04 | 1 | -29/+62 |
* | - Added new attributes :attr:`.ExecutionContext.exception` and | Mike Bayer | 2014-07-03 | 1 | -1/+7 |
* | - The mechanics of the :meth:`.ConnectionEvents.dbapi_error` handler | Mike Bayer | 2014-07-03 | 1 | -7/+23 |
* | - vastly improve the "safe close cursor" tests in test_reconnect | Mike Bayer | 2014-05-30 | 1 | -2/+3 |
* | Merge pull request #91 from smurfix/de_apostroph_ify | mike bayer | 2014-05-11 | 1 | -1/+1 |
|\ |
|
| * | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 1 | -1/+1 |
* | | - Fixed some "double invalidate" situations were detected where | Mike Bayer | 2014-05-10 | 1 | -3/+10 |
|/ |
|
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
* | - work on fixing some race-condition failures: | Mike Bayer | 2014-03-26 | 1 | -1/+1 |
* | - Added some new event mechanics for dialect-level events; the initial | Mike Bayer | 2014-03-24 | 1 | -19/+41 |
* | - An event listener can now be associated with a :class:`.Engine`, | Mike Bayer | 2014-03-22 | 1 | -28/+31 |
* | - restore the old behavior of the connection pool replacing itself just | Mike Bayer | 2014-03-22 | 1 | -0/+1 |
* | - A major improvement made to the mechanics by which the :class:`.Engine` | Mike Bayer | 2014-03-22 | 1 | -4/+2 |
* | - The :meth:`.ConnectionEvents.after_cursor_execute` event is now | Mike Bayer | 2014-03-19 | 1 | -4/+11 |
* | - Added :paramref:`.MetaData.reflect.**dialect_kwargs` | Mike Bayer | 2014-02-02 | 1 | -7/+16 |
* | - continue with [ticket:2907] and further clean up how we set up | Mike Bayer | 2014-01-13 | 1 | -17/+41 |