summaryrefslogtreecommitdiff
path: root/test/engine/test_reconnect.py
Commit message (Expand)AuthorAgeFilesLines
* 2.0 removals: LegacyRow, connectionless execution, close_with_resultMike Bayer2021-10-311-62/+22
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-171-12/+12
* Add `asyncmy` supportlong2ice2021-09-171-0/+1
* Modernize tests - Connection.connectGord Thompson2021-06-261-5/+12
* Add new "sync once" mode for pool.connectMike Bayer2021-04-211-6/+0
* Add support for aiosqliteFederico Caselli2021-03-241-0/+1
* Create explicit GC ordering between ConnectionFairy/ConnectionRecordMike Bayer2021-01-151-0/+12
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-10/+10
* Merge "correct for "autocommit" deprecation warning"mike bayer2020-12-111-6/+10
|\
| * correct for "autocommit" deprecation warningMike Bayer2020-12-111-6/+10
* | add aiomysql supportMike Bayer2020-12-101-141/+140
* | Revert "Merge "add aiomysql support""Mike Bayer2020-12-091-1/+0
* | add aiomysql supportMike Bayer2020-12-081-0/+1
|/
* Add FAQ entry for retry subject; recipe w/ autocommitMike Bayer2020-10-191-0/+181
* Revert "Use monotonic time for pool age measurement"Mike Bayer2020-10-071-8/+0
* force a sleep for test_reconnectMike Bayer2020-10-071-0/+3
* Use monotonic time for pool age measurementMike Bayer2020-10-071-0/+11
* MariaDB dialect implementationGeorg Richter2020-08-311-0/+1
* make URL immutableMike Bayer2020-08-251-3/+3
* Update dialect for pg8000 version 1.16.0Tony Locke2020-08-181-3/+2
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-3/+13
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-64/+64
* Disable "check unicode returns" under Python 3Mike Bayer2020-05-191-0/+10
* Update transaction / connection handlingMike Bayer2020-05-171-14/+179
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-4/+4
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-2/+3
* Don't call pre_ping for fresh connectionMike Bayer2020-02-261-4/+82
* Add new "exec_once_unless_exception" system; apply to dialect.initializeMike Bayer2019-08-181-0/+70
* Remove threadlocal engine strategy, engine strategies pool threadlocalMike Bayer2019-07-151-0/+1
* Enable F841Mike Bayer2019-06-201-10/+3
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-21/+18
* Post black reformattingMike Bayer2019-01-061-22/+22
* Run black -l 79 against all source filesMike Bayer2019-01-061-158/+164
* Ensure weakref finalize_fairy operates upon the current connectionMike Bayer2018-02-081-0/+29
* First level repair for cx_Oracle 6.0 test regressionsMike Bayer2017-08-181-0/+3
* Add safe_reraise() + warnings only to Connection._autorollbackMike Bayer2017-03-271-20/+41
* Integrate "pre-ping" into connection pool.Mike Bayer2017-03-201-2/+147
* - add ad_hoc_engines to remove RealReconnectTest from oracleMike Bayer2017-03-141-1/+1
* Handle BaseException in all _handle_dbapi_errorMike Bayer2016-09-211-3/+91
* - add a do-nothing for mock url _instantiate_pluginsMike Bayer2016-01-061-0/+1
* - fix some tests related to the URL change and try to makeMike Bayer2015-05-231-0/+4
* - Fixed bug in :class:`.Connection` and pool where theMike Bayer2015-02-041-0/+10
* - simplify the "noconnection" error handling, settingMike Bayer2014-12-081-2/+2
* - adjust _revalidate_connection() again such that we pass a _wrap=FalseMike Bayer2014-12-051-2/+2
* - Fixed bug where a "branched" connection, that is the kind you getMike Bayer2014-09-261-10/+26
* - Fixed bug where a "branched" connection, that is the kind you getMike Bayer2014-09-261-0/+32
* PEP8 tidy of test/engine/test_reconnectTony Locke2014-08-021-58/+52
* - more pg8000 tests passingMike Bayer2014-07-251-1/+2
* - vastly improve the "safe close cursor" tests in test_reconnectMike Bayer2014-05-301-14/+57
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1