summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/pool.py
Commit message (Expand)AuthorAgeFilesLines
* - do a broken zimports run on libMike Bayer2019-01-051-4/+9
* step 1, straight black -l 79 runMike Bayer2019-01-051-140/+196
* re-word recycle parameter documentationDavid Poggi2018-10-301-4/+4
* Fix links and update verbiage for reset_on_returnMike Bayer2018-08-281-14/+11
* Prevent double-checkins and guard during reset-on-return invalidationsMike Bayer2018-05-151-3/+6
* Invalidate on failed connect handlerMike Bayer2018-03-281-4/+8
* Ensure weakref finalize_fairy operates upon the current connectionMike Bayer2018-02-081-6/+9
* happy new yearMike Bayer2018-01-121-1/+1
* Implement an error lookupMike Bayer2017-12-271-1/+1
* Fix as many RST parse warnings as possible.Mike Bayer2017-11-031-1/+2
* Don't do recovery operations under Empty/AttributeErrorMike Bayer2017-08-251-16/+20
* 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