summaryrefslogtreecommitdiff
path: root/test/engine
Commit message (Expand)AuthorAgeFilesLines
...
* Remove threadlocal engine strategy, engine strategies pool threadlocalMike Bayer2019-07-155-906/+35
* Allow duplicate columns in from clauses and selectablesMike Bayer2019-07-111-4/+12
* Ensure .engine is part of Connectable interface, implement as descriptorMike Bayer2019-07-082-0/+9
* SelectBase no longer a FromClauseMike Bayer2019-07-061-2/+2
* Enable F841Mike Bayer2019-06-206-42/+37
* Don't discard inactive transaction until it is explicitly rolled backMike Bayer2019-06-101-2/+28
* Move initialize do_rollback() outside of the dialectMatthew Wilkes2019-05-091-0/+9
* Open up mysql CHECK constraint detection to include new versionsMike Bayer2019-05-041-1/+1
* Restore use_threadlocal equivalent behavior to SingletonThreadPoolMike Bayer2019-04-031-0/+25
* Loosen SingletonThreadPoolTestMike Bayer2019-03-061-1/+4
* run a black runMike Bayer2019-03-052-7/+15
* Merge "Add port comparison in __eq__() and __ne__() method to URL"mike bayer2019-03-041-1/+26
|\
| * Add port comparison in __eq__() and __ne__() method to URLSanjana2019-02-281-1/+26
* | Add resolve_fks=False option for reflectionMike Bayer2019-02-281-0/+108
|/
* Include newlines in StatementError formattingNate Clark2019-02-203-11/+11
* Merge "Add getters for all execution_options"mike bayer2019-01-251-0/+15
|\
| * Add getters for all execution_optionsDaniel Lister2019-01-251-0/+15
* | Merge "Provide public accessor for Pool.timeout()."mike bayer2019-01-241-0/+6
|\ \ | |/ |/|
| * Provide public accessor for Pool.timeout().Irina Delamare2019-01-241-0/+6
* | Add deprecation warnings to all deprecated APIsMike Bayer2019-01-238-1442/+1828
|/
* Merge "use ..deprecated directive w/ version in all cases"mike bayer2019-01-123-7/+13
|\
| * use ..deprecated directive w/ version in all casesMike Bayer2019-01-113-7/+13
* | Leave bytestring exception messages as bytestringsMike Bayer2019-01-101-1/+58
|/
* Post black reformattingMike Bayer2019-01-0610-155/+187
* Run black -l 79 against all source filesMike Bayer2019-01-0610-3042/+3804
* Add LIFO for connection poolingTaem Park2018-09-181-0/+77
* Drop default-related structures after the Table is dropped.Mike Bayer2018-07-101-1/+1
* Refactor pool.py into a packageMike Bayer2018-07-092-3/+3
* Prevent double-checkins and guard during reset-on-return invalidationsMike Bayer2018-05-151-0/+34
* Fix reference leak in compiled cacheOlivier Grisel2018-04-251-2/+48
* Correct join for FKs with schema in SQL ServerMike Bayer2018-04-111-2/+10
* Invalidate on failed connect handlerMike Bayer2018-03-281-0/+29
* Implement remove() for _empty_collectionMike Bayer2018-02-191-0/+9
* Allow multiple plugin namesMike Bayer2018-02-131-3/+127
* Ensure weakref finalize_fairy operates upon the current connectionMike Bayer2018-02-082-0/+63
* 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
|/
* Disable the singletonthreadpool test cleanup no gcMike Bayer2018-01-091-4/+10
* Allow url.password to be an objectMike Bayer2017-12-041-1/+34
* Disallow all ambiguous boolean values for BooleanMike Bayer2017-10-121-37/+0
* Add SQL Server TIMESTAMP / ROWVERSION datatypesMike Bayer2017-10-041-1/+0
* Support mariadb 10.2Mike Bayer2017-09-281-2/+2
* 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