summaryrefslogtreecommitdiff
path: root/test/engine
Commit message (Expand)AuthorAgeFilesLines
* - properly handle negative indexes in RowProxy.__getitem__()pr/231Lele Gaifax2016-01-281-0/+19
* - 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
* Merge branch 'master' into fdbsql-testsScott Dugas2014-11-034-144/+226
|\
| * - control the module name of the exception here for py3k compatMike Bayer2014-10-191-7/+14
| * - Exception messages have been spiffed up a bit. The SQL statementMike Bayer2014-10-172-6/+8
| * - adjustment for ref #3200 as we need an immutabledict() here soMike Bayer2014-10-071-0/+12
| * - The execution options passed to an :class:`.Engine` either viaMike Bayer2014-10-061-0/+8
| * - repair autorollback for branchesMike Bayer2014-09-261-0/+12
| * - Fixed bug where a "branched" connection, that is the kind you getMike Bayer2014-09-263-10/+110
| * - Fixed bug where a "branched" connection, that is the kind you getMike Bayer2014-09-261-0/+32
| * - these tests don't test anything in SQLAlchemy - from our perpsective,Mike Bayer2014-09-191-133/+0
| * - Fixed bug that affected generally the same classes of eventMike Bayer2014-09-181-0/+42
* | Added new requirement for check_constraintsScott Dugas2014-10-231-0/+1
|/
* - An adjustment to table/index reflection such that if an indexMike Bayer2014-09-021-0/+20
* - Fixed bug in connection pool logging where the "connection checked out"Mike Bayer2014-08-201-2/+83
* - pep8 cleanupMike Bayer2014-08-202-25/+13
* Merge remote-tracking branch 'origin/pr/125' into pr125Mike Bayer2014-08-162-61/+56
|\