summaryrefslogtreecommitdiff
path: root/test/engine
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - add test cases for pullreq github:182, where we add a newMike Bayer2015-06-141-47/+110
* - Added new engine event :meth:`.ConnectionEvents.engine_disposed`.Mike Bayer2015-06-061-0/+26
* - Fixed bug where known boolean values used byMike Bayer2015-05-261-0/+17
* - fix some tests related to the URL change and try to makeMike Bayer2015-05-231-0/+4
* - Fixed bug where in the case that a pool checkout event handler is usedMike Bayer2015-05-141-17/+48
* - revise the last commit with a more traditional approachMike Bayer2015-04-301-6/+1
* - work the wrapping of the "creator" to be as resilient toMike Bayer2015-04-302-1/+56
* - New features added to support engine/pool plugins with advancedMike Bayer2015-04-303-5/+251
* - replace old crufty ddl event test fixture with mockMike Bayer2015-04-271-95/+164
* - Fixed regression due to :ticket:`3282` where the ``tables`` collectionMike Bayer2015-04-271-2/+53
* - Added the string value ``"none"`` to those accepted by theMike Bayer2015-04-211-0/+15
* Merge remote-tracking branch 'origin/pr/163' into pr163Mike Bayer2015-04-126-79/+160
|\
| * PEP8 cleanup in /test/enginepr/163Eric Streeper2015-03-206-79/+160
* | - add some teardown for connections that are held open after testsMike Bayer2015-04-081-6/+18
|/
* - The "auto close" for :class:`.ResultProxy` is now a "soft" close.Mike Bayer2015-03-171-0/+41
* - Fixed bug in :class:`.Connection` and pool where theMike Bayer2015-02-042-0/+22
* - A warning is emitted if the ``isolation_level`` parameter is usedMike Bayer2015-02-041-3/+25
* - additional test adjustments for pypy / psycopg2cffi. ThisMike Bayer2015-01-261-24/+26
* Added psycopg2cffi dialectShaun Stanworth2015-01-261-1/+1
* - Added new user-space accessors for viewing transaction isolationMike Bayer2015-01-202-0/+43
* formattingMike Bayer2015-01-201-27/+30
* - rework the handle error on connect tests from test_parsconnect whereMike Bayer2014-12-102-236/+245
* - identify another spot where _handle_dbapi_error() needs to do somethingMike Bayer2014-12-081-0/+28
* - simplify the "noconnection" error handling, settingMike Bayer2014-12-081-2/+2
* - adjust _revalidate_connection() again such that we pass a _wrap=FalseMike Bayer2014-12-052-3/+3
* - move inner calls to _revalidate_connection() outside of existingMike Bayer2014-12-051-1/+34
* - The engine-level error handling and wrapping routines will nowMike Bayer2014-12-051-1/+112
* - pep8 cleanupMike Bayer2014-12-051-58/+77