summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/base.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* plugging awayMike Bayer2013-04-271-3/+3
* - the raw 2to3 runMike Bayer2013-04-271-11/+11
* Reworked internal exception raises that emitMike Bayer2013-04-181-41/+25
* Improvements to Connection auto-invalidationMike Bayer2013-04-111-24/+32
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* fixing broken links (see #2625)Diana Clarke2012-12-061-7/+7
* fixing broken links (see #2625)Diana Clarke2012-12-051-1/+1
* - recognize that do_rollback() and do_commit() work with a DBAPI connection,Mike Bayer2012-11-221-2/+3
* - an enormous merge just because I committed a one line log entry. the joy o...Mike Bayer2012-11-201-38/+40
|\
| * just a pep8 pass of lib/sqlalchemy/engine/Diana Clarke2012-11-191-38/+40
* | should be logging thisMike Bayer2012-11-201-0/+2
|/
* - merge ben's patch with updatesMike Bayer2012-11-171-1/+1
|\
| * Updated sybase testing requirementsBenjamin Trofatter2012-10-311-1/+1
* | The :meth:`.Connection.connect` and :meth:`.Connection.contextual_connect`Mike Bayer2012-11-141-43/+38
|/
* - more docsMike Bayer2012-10-261-1/+1
* versionaddedMike Bayer2012-10-251-2/+4
* aaaarrrggMike Bayer2012-10-231-1/+1
* tweaksMike Bayer2012-10-231-1/+1
* Added a new method :meth:`.Engine.execution_options`Mike Bayer2012-10-231-16/+114
* mssql: - [bug] Fixed bug where reflection of primary key constraintMike Bayer2012-09-301-0/+2
* devMike Bayer2012-09-291-2/+2
* - fixes for mxODBC, some pyodbcMike Bayer2012-09-021-1/+3