| Commit message (Expand) | Author | Age | Files | Lines |
* | First level repair for cx_Oracle 6.0 test regressions | Mike Bayer | 2017-08-18 | 1 | -0/+3 |
* | Add safe_reraise() + warnings only to Connection._autorollback | Mike Bayer | 2017-03-27 | 1 | -20/+41 |
* | Integrate "pre-ping" into connection pool. | Mike Bayer | 2017-03-20 | 1 | -2/+147 |
* | - add ad_hoc_engines to remove RealReconnectTest from oracle | Mike Bayer | 2017-03-14 | 1 | -1/+1 |
* | Handle BaseException in all _handle_dbapi_error | Mike Bayer | 2016-09-21 | 1 | -3/+91 |
* | - add a do-nothing for mock url _instantiate_plugins | Mike Bayer | 2016-01-06 | 1 | -0/+1 |
* | - fix some tests related to the URL change and try to make | Mike Bayer | 2015-05-23 | 1 | -0/+4 |
* | - Fixed bug in :class:`.Connection` and pool where the | Mike Bayer | 2015-02-04 | 1 | -0/+10 |
* | - simplify the "noconnection" error handling, setting | Mike Bayer | 2014-12-08 | 1 | -2/+2 |
* | - adjust _revalidate_connection() again such that we pass a _wrap=False | Mike Bayer | 2014-12-05 | 1 | -2/+2 |
* | - Fixed bug where a "branched" connection, that is the kind you get | Mike Bayer | 2014-09-26 | 1 | -10/+26 |
* | - Fixed bug where a "branched" connection, that is the kind you get | Mike Bayer | 2014-09-26 | 1 | -0/+32 |
* | PEP8 tidy of test/engine/test_reconnect | Tony Locke | 2014-08-02 | 1 | -58/+52 |
* | - more pg8000 tests passing | Mike Bayer | 2014-07-25 | 1 | -1/+2 |
* | - vastly improve the "safe close cursor" tests in test_reconnect | Mike Bayer | 2014-05-30 | 1 | -14/+57 |
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
* | - fix the uuid routine here to not run out of uuids | Mike Bayer | 2014-03-24 | 1 | -0/+5 |
* | - A major improvement made to the mechanics by which the :class:`.Engine` | Mike Bayer | 2014-03-22 | 1 | -6/+8 |
* | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 1 | -10/+0 |
* | Dialect.initialize() is not called a second time if an :class:`.Engine` | Mike Bayer | 2013-07-11 | 1 | -3/+31 |
* | - replace most explicitly-named test objects called "Mock..." with | Mike Bayer | 2013-06-30 | 1 | -225/+218 |
* | - additional oracle fixes. cx_oracle under py3k is complaining about tuples ... | Mike Bayer | 2013-05-27 | 1 | -1/+4 |
* | merge default | Mike Bayer | 2013-04-30 | 1 | -2/+2 |
|\ |
|
| * | missing comma | Mike Bayer | 2013-04-30 | 1 | -2/+2 |
* | | merge default | Mike Bayer | 2013-04-29 | 1 | -13/+6 |
|\ \
| |/ |
|
| * | Updated mysqlconnector dialect to check for disconnect based | Mike Bayer | 2013-04-29 | 1 | -13/+6 |
* | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -12/+12 |
|/ |
|
* | - test + changelog for [ticket:2691] | Mike Bayer | 2013-04-18 | 1 | -1/+23 |
* | Improvements to Connection auto-invalidation | Mike Bayer | 2013-04-11 | 1 | -14/+122 |
* | mymysql dialect | Hajime Nakagami | 2013-03-01 | 1 | -0/+3 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -6/+7 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -3/+3 |
* | - [bug] Fixed bug whereby if a database restart | Mike Bayer | 2012-06-22 | 1 | -0/+27 |
* | - [bug] Fixed bug whereby transaction.rollback() | Mike Bayer | 2011-12-04 | 1 | -0/+21 |
* | - make sure we definitely get every connection created | Mike Bayer | 2011-05-14 | 1 | -0/+1 |
* | - hardcore force every connection into a strong-referenced set, rollback on e... | Mike Bayer | 2011-04-25 | 1 | -4/+10 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -6/+7 |
* | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 1 | -15/+12 |
* | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 1 | -4/+35 |
* | - New DBAPI support for pymysql, a pure Python port | Mike Bayer | 2011-01-26 | 1 | -0/+3 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -14/+14 |
* | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -4/+4 |
|\ |
|
| * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -4/+4 |
* | | - initial patch for [ticket:1926] | Mike Bayer | 2010-11-17 | 1 | -1/+1 |
|/ |
|
* | - *Major* cleanup / modernization of the Informix | Mike Bayer | 2010-10-01 | 1 | -2/+12 |
* | - replaced all self.__connection.is_valid with | Mike Bayer | 2010-08-26 | 1 | -4/+35 |
* | Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual interve... | Mike Bayer | 2010-07-11 | 1 | -45/+41 |
* | merge tip | Mike Bayer | 2010-05-03 | 1 | -2/+35 |
|\ |
|
| * | - Fixed bug in connection pool cursor wrapper whereby if a | Mike Bayer | 2010-04-28 | 1 | -0/+28 |
|/ |
|
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -8/+10 |