summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/pool.py
Commit message (Expand)AuthorAgeFilesLines
* Integrate "pre-ping" into connection pool.Mike Bayer2017-03-201-8/+51
* Support python3.6Mike Bayer2017-01-131-3/+3
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Spelling fixesVille Skyttä2016-10-081-1/+1
* Handle BaseException in all _handle_dbapi_errorMike Bayer2016-09-211-0/+1
* Additions to support HAAlchemy pluginMike Bayer2016-09-161-11/+80
* - remember to not reassign self.connection now that __connect()Mike Bayer2016-03-251-2/+2
* - Added connection pool events :meth:`ConnectionEvents.close`,Mike Bayer2016-03-251-22/+30
* - happy new yearMike Bayer2016-01-291-1/+1
* - Fixed critical issue whereby the pool "checkout" event handlerMike Bayer2015-07-221-0/+5
* - Fixed bug where in the case that a pool checkout event handler is usedMike Bayer2015-05-141-1/+7
* - revise the last commit with a more traditional approachMike Bayer2015-04-301-29/+14
* - work the wrapping of the "creator" to be as resilient toMike Bayer2015-04-301-8/+31
* - New features added to support engine/pool plugins with advancedMike Bayer2015-04-301-13/+73
* - add a warning to SingletonThreadPool that it isn't for general useMike Bayer2015-04-211-0/+13
* - Added the string value ``"none"`` to those accepted by theMike Bayer2015-04-211-1/+5
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - Fixed bug in :class:`.Connection` and pool where theMike Bayer2015-02-041-0/+1
* - wip - start factoring events so that we aren't using descriptors for dispatch,Mike Bayer2015-01-041-0/+1
* - correctionsMike Bayer2014-12-271-3/+3
* cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-021-8/+4
* improve exception vs. exit handlingndparker2014-09-231-4/+4
* Fix doc typo 'conjunection'pr/130Gunnlaugur Þór Briem2014-08-211-1/+1
* - Fixed bug in connection pool logging where the "connection checked out"Mike Bayer2014-08-201-10/+12
* PEP8 style fixesBrian Jarrett2014-07-131-99/+115
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Fixed some "double invalidate" situations were detected whereMike Bayer2014-05-101-0/+4
* - work on fixing some race-condition failures:Mike Bayer2014-03-261-2/+5
* - A major improvement made to the mechanics by which the :class:`.Engine`Mike Bayer2014-03-221-19/+27
* - Fixed small issue in :class:`.SingletonThreadPool` where the currentMike Bayer2014-03-051-3/+3
* - don't duplicate docs for Pool within QueuePoolMike Bayer2014-01-311-71/+68
* - :class:`.Connection` now associates a newMike Bayer2014-01-121-12/+43
* - add new event PoolEvents.invalidate(). allows interception of invalidationMike Bayer2014-01-121-17/+118
* - happy new yearMike Bayer2014-01-051-1/+1
* - restore having the connection closed before decrementing the overflow counterMike Bayer2013-12-061-2/+4
* - The :class:`.QueuePool` has been enhanced to not block new connectionMike Bayer2013-12-061-31/+33
* move FAQ to the docs, [ticket:2133]Mike Bayer2013-08-211-4/+4
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-3/+1
* - assorted fixes raised by pypy 2.1beta2, but all of which are goodMike Bayer2013-08-011-1/+2
* Fixed bug where :class:`.QueuePool` would lose the correctMike Bayer2013-07-041-1/+6
* - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy...Mike Bayer2013-07-021-86/+112
* Preserve reset_on_return when recreating a Pool.pr/6Eevee2013-06-101-0/+3
* Added pool logging for "rollback-on-return" and the less usedMike Bayer2013-06-091-6/+13
* a pass where we try to squash down as many list()/keys() combinationsMike Bayer2013-05-261-1/+1
* - the raw 2to3 runMike Bayer2013-04-271-6/+6
* - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-091-2/+2
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* - recognize that do_rollback() and do_commit() work with a DBAPI connection,Mike Bayer2012-11-221-26/+50
* just a pep8 pass of lib/sqlalchemy/Diana Clarke2012-11-191-4/+20
* - [feature] Added support for .info dictionary argument toMike Bayer2012-08-241-17/+17