summaryrefslogtreecommitdiff
path: root/test/engine
Commit message (Expand)AuthorAgeFilesLines
* PEP8 cleanup in /test/enginepr/163Eric Streeper2015-03-206-79/+160
* - 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
|\
| * two_phase_recover, COMMIT PREPARED in transactionTony Locke2014-08-021-3/+4
| * PEP8 tidy of test/engine/test_reconnectTony Locke2014-08-021-58/+52
* | - The string keys that are used to determine the columns impactedMike Bayer2014-08-141-3/+45
* | Providing an autoload_with info automatically sets autoload to TrueMalik Diarra2014-08-091-0/+16
* | - take out the iterator approach here as it does not support concurrent accessMike Bayer2014-08-071-8/+9
|/
* - workaround removal of nested() in py3kMike Bayer2014-07-301-1/+2
* - ensure all tests are named test_*Mike Bayer2014-07-303-8/+9
* pep8 cleanupMike Bayer2014-07-291-285/+342
* - The exception wrapping system for DBAPI errors can now accommodateMike Bayer2014-07-291-1/+26
* - add support for tags, including include/exclude support.Mike Bayer2014-07-271-5/+13
* Merge branch 'master' into xdist_pocMike Bayer2014-07-261-2/+3
|\
| * fix paren hereMike Bayer2014-07-261-2/+3
* | - scale up for mysql, sqliteMike Bayer2014-07-261-9/+14
|/
* - more pg8000 tests passingMike Bayer2014-07-253-4/+4
* - The MySQL dialect will now disable :meth:`.ConnectionEvents.handle_error`Mike Bayer2014-07-251-0/+28
* Merge pull request #100 from plaes/typosmike bayer2014-07-061-2/+2
|\
| * typo: s/thbe/thepr/100Priit Laes2014-06-281-1/+1
| * typo: s/tranasction/transactionPriit Laes2014-06-281-2/+2
* | - add test support for disconnect modificationMike Bayer2014-07-041-0/+25
* | - rework the entire approach to #3076. As we need to catch all exceptionsMike Bayer2014-07-041-125/+267