summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/base.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - :class:`.Connection` now associates a newMike Bayer2014-01-121-8/+8
* - add new event PoolEvents.invalidate(). allows interception of invalidationMike Bayer2014-01-121-9/+29
* - happy new yearMike Bayer2014-01-051-1/+1
* - Fixed bug where SQL statement would be improperly ASCII-encodedMike Bayer2013-11-221-1/+1
* Merge pull request #25 from gthb/ticket_2821mike bayer2013-09-291-1/+1
|\
| * Hide password in URL and Engine __repr__pr/25Gunnlaugur Þór Briem2013-09-061-1/+1
* | Replace a big loop + dict lookup in Connection.execute() with a simple visitorpr/30Alex Gaynor2013-09-251-18/+7
|/
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-271-0/+11
* - ensure rowcount is returned for an UPDATE with no implicit returningMike Bayer2013-08-251-5/+4
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-251-0/+6
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-3/+3
* - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy...Mike Bayer2013-07-021-17/+11
* get profile 1a back down to 5100 calls, that one was 10% greater due to thisMike Bayer2013-05-261-3/+3
* use logging to output exc_info hereMike Bayer2013-05-041-11/+5
* - test_types, test_compiler, with sqlite at leastMike Bayer2013-04-281-1/+3