| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | - :class:`.Connection` now associates a new | Mike Bayer | 2014-01-12 | 1 | -8/+8 |
* | - add new event PoolEvents.invalidate(). allows interception of invalidation | Mike Bayer | 2014-01-12 | 1 | -9/+29 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - Fixed bug where SQL statement would be improperly ASCII-encoded | Mike Bayer | 2013-11-22 | 1 | -1/+1 |
* | Merge pull request #25 from gthb/ticket_2821 | mike bayer | 2013-09-29 | 1 | -1/+1 |
|\ |
|
| * | Hide password in URL and Engine __repr__pr/25 | Gunnlaugur Þór Briem | 2013-09-06 | 1 | -1/+1 |
* | | Replace a big loop + dict lookup in Connection.execute() with a simple visitorpr/30 | Alex Gaynor | 2013-09-25 | 1 | -18/+7 |
|/ |
|
* | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 1 | -0/+11 |
* | - ensure rowcount is returned for an UPDATE with no implicit returning | Mike Bayer | 2013-08-25 | 1 | -5/+4 |
* | - The ``version_id_generator`` parameter of ``Mapper`` can now be specified | Mike Bayer | 2013-08-25 | 1 | -0/+6 |
* | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -3/+3 |
* | - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy... | Mike Bayer | 2013-07-02 | 1 | -17/+11 |
* | get profile 1a back down to 5100 calls, that one was 10% greater due to this | Mike Bayer | 2013-05-26 | 1 | -3/+3 |
* | use logging to output exc_info here | Mike Bayer | 2013-05-04 | 1 | -11/+5 |
* | - test_types, test_compiler, with sqlite at least | Mike Bayer | 2013-04-28 | 1 | -1/+3 |