summaryrefslogtreecommitdiff
path: root/test/engine
Commit message (Expand)AuthorAgeFilesLines
* Add SQL Server CI coverageMike Bayer2017-08-311-1/+2
* First level repair for cx_Oracle 6.0 test regressionsMike Bayer2017-08-181-0/+3
* Don't erase reflected comment in _init_existingEloy Felix2017-06-201-0/+4
* Allow metadata.reflect() to recover from unreflectable tablesMike Bayer2017-05-221-0/+31
* - keep trying to identify the race here. can reproduce locallyMike Bayer2017-04-271-11/+11
* - try to work around a race that can occur in STP whenMike Bayer2017-04-271-2/+11
* Apply type processing to untyped preexec default clauseMike Bayer2017-03-301-53/+26
* Add safe_reraise() + warnings only to Connection._autorollbackMike Bayer2017-03-272-21/+62
* Integrate "pre-ping" into connection pool.Mike Bayer2017-03-201-2/+147
* Implement comments for tables, columnsFrazer McLean2017-03-171-0/+14
* Consult compiled paramstyle on execute_compiledMike Bayer2017-03-151-0/+30
* - add ad_hoc_engines to remove RealReconnectTest from oracleMike Bayer2017-03-141-1/+1
* - add a test suite that ensures textual autocommit worksMike Bayer2017-02-131-0/+56
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-078-429/+401
* Accept FetchedValue, text() for column "default" valueMike Bayer2017-02-011-3/+50
* Better hide engine passwordValery Yundin2017-01-161-5/+7
* Support python3.6Mike Bayer2017-01-133-15/+15
* Add _extend_on deduplicating set for metadata.reflect()Mike Bayer2016-11-231-1/+35
* Spelling fixesVille Skyttä2016-10-081-1/+1
* Handle BaseException in all _handle_dbapi_errorMike Bayer2016-09-211-3/+91
* Additions to support HAAlchemy pluginMike Bayer2016-09-162-0/+78
* - latest mysql 5.7 also crashing on XA recovery, disableMike Bayer2016-09-161-0/+3
* Check for supports_execution at ClauseElement baseMike Bayer2016-08-311-0/+20
* - a variety of test adjustments to accomodate for MySQL 5.7Mike Bayer2016-07-241-6/+1
* Make boolean processors consistent between Py/C; coerce to 1/0Mike Bayer2016-06-231-0/+79
* - dont use id() to test identity as these can be recycledMike Bayer2016-06-151-12/+14
* - flake8Mike Bayer2016-06-151-106/+128
* Deprecate FromClause.count()Mike Bayer2016-06-141-1/+2
* - use a mock here, do away with timing problems for good. need to do thisMike Bayer2016-06-021-12/+18
* Implemented CHECK constraint reflection for SQLite and PostgreSQLAlex Grönholm2016-06-011-0/+20
* Merge remote-tracking branch 'origin/pr/270'Mike Bayer2016-05-241-1/+1
|\
| * Spelling fixes: "an SQL" -> "a SQL", see #266pr/270Ville Skyttä2016-05-051-1/+1
* | Support "blank" schema when MetaData.schema is setMike Bayer2016-05-181-0/+25
|/
* - Add support for PostgreSQL with PyGreSQLChristoph Zwerschke2016-04-151-2/+2
* - move all resultproxy tests intio test_resultsetMike Bayer2016-03-301-332/+0
* - make sure negative row indexes are based on the size of theMike Bayer2016-03-301-14/+22
* Merge remote-tracking branch 'origin/pr/231' into pr231Mike Bayer2016-03-301-0/+19
|\
| * - properly handle negative indexes in RowProxy.__getitem__()pr/231Lele Gaifax2016-01-281-0/+19
* | - Added connection pool events :meth:`ConnectionEvents.close`,Mike Bayer2016-03-251-0/+60
* | - Added basic isolation level support to the SQL Server dialectsMike Bayer2016-03-151-0/+4
* | - handle parameter sets that aren't correctly formed, so thatMike Bayer2016-02-171-1/+27
* | - do the trailing comma logic of tuple repr() exactlyMike Bayer2016-02-171-0/+18
* | - All string formatting of bound parameter sets and result rows forMike Bayer2016-02-171-1/+85
* | - revert the change first made in a6fe4dc, as we are now generalizingMike Bayer2016-01-281-0/+21
|/
* - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-082-5/+202
* - add a do-nothing for mock url _instantiate_pluginsMike Bayer2016-01-061-0/+1
* - Added a new entrypoint system to the engine to allow "plugins" toMike Bayer2016-01-061-8/+35
* - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-9/+10
* - Fixed critical issue whereby the pool "checkout" event handlerMike Bayer2015-07-221-1/+94
* - remove the redundant non-max-row-buffer test from the max_row_bufferMike Bayer2015-06-141-12/+0