summaryrefslogtreecommitdiff
path: root/test/engine
Commit message (Expand)AuthorAgeFilesLines
* more docs for autocommit isolation levelMike Bayer2020-07-121-0/+11
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-084-200/+184
* Add an extra step to pool test_syncMike Bayer2020-06-271-0/+16
* Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-231-1/+0
* Warn when transaction context manager ends on inactive transactionMike Bayer2020-06-121-1/+20
* Turn on caching everywhere, add loggingMike Bayer2020-06-102-12/+17
* Add support for "real" sequences in mssqlGord Thompson2020-05-291-2/+7
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-1/+50
* Merge "Add immutabledict C code"mike bayer2020-05-231-2/+3
|\
| * Add immutabledict C codeMike Bayer2020-05-231-2/+3
* | Merge "Fix query string escaping in engine URLs"mike bayer2020-05-221-0/+5
|\ \
| * | Fix query string escaping in engine URLsMiguel Grinberg2020-05-211-0/+5
| |/
* | Structural / performance refinementsMike Bayer2020-05-221-19/+95
|/
* Disable "check unicode returns" under Python 3Mike Bayer2020-05-192-13/+37
* Update transaction / connection handlingMike Bayer2020-05-172-237/+619
* Actively unset reset agent in discard transactionMike Bayer2020-05-141-1/+15
* Assert reset agent always set correctly and is activeMike Bayer2020-05-132-0/+61
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-2/+2
* Create initial 2.0 engine implementationMike Bayer2020-04-164-51/+870
* The :meth:`.Inspector.reflecttable` was renamed to :meth:`.Inspector.reflect_...Federico Caselli2020-04-102-4/+17
* Remove code deprecated before version 1.1Federico Caselli2020-04-092-83/+1
* Merge "Convert schema_translate to a post compile"mike bayer2020-03-241-32/+29
|\
| * Convert schema_translate to a post compileMike Bayer2020-03-241-32/+29
* | Implement autocommit isolation level for cx_oracleGord Thompson2020-03-231-19/+10
|/
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-217-318/+624
* Support inspection of computed columnFederico Caselli2020-03-151-0/+36
* Fix tests failing for SQLite file databases; repair provisioningGord Thompson2020-03-132-8/+13
* Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-101-73/+39
* Run handle_error for any exceptions raised in execute_context()Mike Bayer2020-03-031-0/+69
* Merge "Ensure all nested exception throws have a cause"mike bayer2020-03-024-15/+16
|\
| * Ensure all nested exception throws have a causeMike Bayer2020-03-024-15/+16
* | Remove obsolete util.compat.nestedGord Thompson2020-03-021-11/+8
|/
* Don't call pre_ping for fresh connectionMike Bayer2020-02-261-4/+82
* Deprecate connection branchingMike Bayer2020-02-214-90/+136
* Do away with pool._refsMike Bayer2020-02-011-5/+7
* Deprecate empty or_() and and_()Federico Caselli2020-01-251-2/+2
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-172-6/+1
* Use context managers for threading.Lock()Heckad2020-01-031-4/+1
* Note time passage requirement for pool.invalidate()Mike Bayer2019-12-271-1/+16
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-221-0/+12
* Add sequence support for MariaDB 10.3+.Gord Thompson2019-11-261-5/+12
* Fix exclusions for multiple fails_onMike Bayer2019-11-091-2/+0
* Merge "Remove deprecated elements"mike bayer2019-10-112-89/+1
|\
| * Remove deprecated elementsAsif Saif Uddin (Auvi)2019-10-112-89/+1
* | pass executemany context to _repr_paramsMike Bayer2019-10-111-2/+132
|/
* Remove deprecated extension and similar classesMike Bayer2019-10-061-611/+0
* Improve testcase condition statement for dialectsj003562872019-09-051-4/+1
* Add hide_parameters flag to create_engineMike Bayer2019-08-222-2/+68
* Add new "exec_once_unless_exception" system; apply to dialect.initializeMike Bayer2019-08-181-0/+70
* Modernize internal reflectionMike Bayer2019-08-065-129/+282