summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/strategies.py
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023Mike Bayer2023-01-031-1/+1
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-0/+2
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* happy new yearMike Bayer2020-01-011-1/+1
* Remove threadlocal engine strategy, engine strategies pool threadlocalMike Bayer2019-07-151-301/+4
* Move initialize do_rollback() outside of the dialectMatthew Wilkes2019-05-091-0/+1
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-0/+3
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-5/+9
* Run black -l 79 against all source filesMike Bayer2019-01-061-50/+70
* Add LIFO for connection poolingTaem Park2018-09-181-1/+2
* Refactor pool.py into a packageMike Bayer2018-07-091-1/+1
* Allow multiple plugin namesMike Bayer2018-02-131-0/+1
* happy new yearMike Bayer2018-01-121-1/+1
* Integrate "pre-ping" into connection pool.Mike Bayer2017-03-201-1/+2
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Additions to support HAAlchemy pluginMike Bayer2016-09-161-1/+12
* - happy new yearMike Bayer2016-01-291-1/+1
* - reorganize schema_translate_map to be succinct and gain the performanceMike Bayer2016-01-111-3/+3
* - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-081-0/+3
* - Added a new entrypoint system to the engine to allow "plugins" toMike Bayer2016-01-061-0/+7
* - fix some tests related to the URL change and try to makeMike Bayer2015-05-231-1/+2
* - Adjustments to the engine plugin hook, such that theMike Bayer2015-05-221-2/+1
* - New features added to support engine/pool plugins with advancedMike Bayer2015-04-301-2/+14
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - The engine-level error handling and wrapping routines will nowMike Bayer2014-12-051-10/+1
* - adjustment for ref #3200 as we need an immutabledict() here soMike Bayer2014-10-071-1/+1
* - The execution options passed to an :class:`.Engine` either viaMike Bayer2014-10-061-0/+1
* PEP8 style fixesBrian Jarrett2014-07-131-6/+6
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - vastly improve the "safe close cursor" tests in test_reconnectMike Bayer2014-05-301-1/+0
* - Added a new keyword argument ``once=True`` to :func:`.event.listen`Mike Bayer2014-03-111-2/+1
* - happy new yearMike Bayer2014-01-051-1/+1
* - The :func:`.engine_from_config` function has been improved so thatMike Bayer2013-12-071-8/+17
* - A DBAPI that raises an error on ``connect()`` which is not a subclassMike Bayer2013-12-071-1/+1
* Dialect.initialize() is not called a second time if an :class:`.Engine`Mike Bayer2013-07-111-0/+1
* - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy...Mike Bayer2013-07-021-7/+2
* import of "sqlalchemy" and "sqlalchemy.orm" works.Mike Bayer2013-04-271-13/+6
* - the raw 2to3 runMike Bayer2013-04-271-12/+13
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/engine/Diana Clarke2012-11-191-14/+16
* -whitespace bonanza, contdMike Bayer2012-07-281-3/+3
* typos in lib/sqlalchemy/engineDiana Clarke2012-03-171-3/+3
* - [bug] Added execution_options() call toMike Bayer2012-02-131-0/+3
* - [feature] Added pool_reset_on_return argumentMike Bayer2012-02-011-1/+2
* - [bug] Fixed bug in "mock" strategy wherebyMike Bayer2012-01-281-3/+3
* happy new yearMike Bayer2012-01-041-1/+1