summaryrefslogtreecommitdiff
path: root/test/engine/test_reconnect.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - fix the uuid routine here to not run out of uuidsMike Bayer2014-03-241-0/+5
* - A major improvement made to the mechanics by which the :class:`.Engine`Mike Bayer2014-03-221-6/+8
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-10/+0
* Dialect.initialize() is not called a second time if an :class:`.Engine`Mike Bayer2013-07-111-3/+31
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-301-225/+218
* - additional oracle fixes. cx_oracle under py3k is complaining about tuples ...Mike Bayer2013-05-271-1/+4
* merge defaultMike Bayer2013-04-301-2/+2
|\
| * missing commaMike Bayer2013-04-301-2/+2
* | merge defaultMike Bayer2013-04-291-13/+6
|\ \ | |/
| * Updated mysqlconnector dialect to check for disconnect basedMike Bayer2013-04-291-13/+6
* | - the raw 2to3 runMike Bayer2013-04-271-12/+12
|/
* - test + changelog for [ticket:2691]Mike Bayer2013-04-181-1/+23
* Improvements to Connection auto-invalidationMike Bayer2013-04-111-14/+122
* mymysql dialectHajime Nakagami2013-03-011-0/+3
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-6/+7
* -whitespace bonanza, contdMike Bayer2012-07-281-3/+3
* - [bug] Fixed bug whereby if a database restartMike Bayer2012-06-221-0/+27
* - [bug] Fixed bug whereby transaction.rollback()Mike Bayer2011-12-041-0/+21
* - make sure we definitely get every connection createdMike Bayer2011-05-141-0/+1
* - hardcore force every connection into a strong-referenced set, rollback on e...Mike Bayer2011-04-251-4/+10
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-6/+7
* - Non-DBAPI errors which occur in the scope of an `execute()`Mike Bayer2011-02-091-15/+12
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-091-4/+35
* - New DBAPI support for pymysql, a pure Python portMike Bayer2011-01-261-0/+3
* - whitespace removal bonanzaMike Bayer2011-01-021-14/+14
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-4/+4
|\
| * - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
* | - initial patch for [ticket:1926]Mike Bayer2010-11-171-1/+1
|/
* - *Major* cleanup / modernization of the InformixMike Bayer2010-10-011-2/+12
* - replaced all self.__connection.is_valid withMike Bayer2010-08-261-4/+35
* Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual interve...Mike Bayer2010-07-111-45/+41
* merge tipMike Bayer2010-05-031-2/+35
|\
| * - Fixed bug in connection pool cursor wrapper whereby if aMike Bayer2010-04-281-0/+28
|/
* merge 0.6 series to trunk.Mike Bayer2009-08-061-8/+10