summaryrefslogtreecommitdiff
path: root/test/engine/test_execute.py
Commit message (Expand)AuthorAgeFilesLines
* zimports for all of test/Mike Bayer2019-01-051-38/+37
* step 1, straight black -l 79 runMike Bayer2019-01-051-780/+1037
* Drop default-related structures after the Table is dropped.Mike Bayer2018-07-101-1/+1
* Fix reference leak in compiled cacheOlivier Grisel2018-04-251-2/+48
* Implement remove() for _empty_collectionMike Bayer2018-02-191-0/+9
* Merge "Add flag for class-level disallow of events, apply to OptionEngine"mike bayer2018-02-071-51/+102
|\
| * Add flag for class-level disallow of events, apply to OptionEngineMike Bayer2018-02-071-51/+102
* | Check cx_Oracle error code on all exception classesMike Bayer2018-02-061-1/+2
|/
* Add SQL Server CI coverageMike Bayer2017-08-311-1/+2
* Apply type processing to untyped preexec default clauseMike Bayer2017-03-301-53/+26
* Add safe_reraise() + warnings only to Connection._autorollbackMike Bayer2017-03-271-1/+21
* Consult compiled paramstyle on execute_compiledMike Bayer2017-03-151-0/+30
* - add a test suite that ensures textual autocommit worksMike Bayer2017-02-131-0/+56
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-11/+10
* Support python3.6Mike Bayer2017-01-131-3/+3
* Check for supports_execution at ClauseElement baseMike Bayer2016-08-311-0/+20
* Deprecate FromClause.count()Mike Bayer2016-06-141-1/+2
* - 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
* - 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-081-0/+186
* - 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
* - work the wrapping of the "creator" to be as resilient toMike Bayer2015-04-301-1/+1
* - New features added to support engine/pool plugins with advancedMike Bayer2015-04-301-2/+127
* - The "auto close" for :class:`.ResultProxy` is now a "soft" close.Mike Bayer2015-03-171-0/+41
* - 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-201-0/+21
* - rework the handle error on connect tests from test_parsconnect whereMike Bayer2014-12-101-0/+245
* - 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-171-3/+3
* - 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
* - Fixed bug where a "branched" connection, that is the kind you getMike Bayer2014-09-261-0/+11
* - Fixed bug that affected generally the same classes of eventMike Bayer2014-09-181-0/+42
* - pep8 cleanupMike Bayer2014-08-201-1/+0
* - The string keys that are used to determine the columns impactedMike Bayer2014-08-141-3/+45
* - workaround removal of nested() in py3kMike Bayer2014-07-301-1/+2
* pep8 cleanupMike Bayer2014-07-291-285/+342
* - The exception wrapping system for DBAPI errors can now accommodateMike Bayer2014-07-291-1/+26
* fix paren hereMike Bayer2014-07-261-2/+3
* - The MySQL dialect will now disable :meth:`.ConnectionEvents.handle_error`Mike Bayer2014-07-251-0/+28
* - 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
* - The mechanics of the :meth:`.ConnectionEvents.dbapi_error` handlerMike Bayer2014-07-031-0/+111
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* pickle of execption not supported on mysqlconnectorMike Bayer2014-03-281-0/+2