summaryrefslogtreecommitdiff
path: root/test/engine
Commit message (Expand)AuthorAgeFilesLines
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-086-55/+49
* Create connection characteristics API; implement postgresql flagsMike Bayer2020-09-081-2/+151
* MariaDB dialect implementationGeorg Richter2020-08-312-1/+3
* Merge "internal test framework files for standardization of is_not/not_in;"mike bayer2020-08-303-15/+15
|\
| * internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-293-15/+15
* | Emit v2.0 deprecation warning for "implicit autocommit"Gord Thompson2020-08-282-15/+196
* | Merge "make URL immutable"mike bayer2020-08-263-42/+195
|\ \
| * | make URL immutableMike Bayer2020-08-253-42/+195
| |/
* | Updates for MariaDB sequencesFederico Caselli2020-08-221-10/+5
|/
* normalize execute style for events, 2.0Mike Bayer2020-08-203-37/+208
* Update dialect for pg8000 version 1.16.0Tony Locke2020-08-183-11/+2
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-133-10/+17
* Don't link on_connect to first_connect event handlerMike Bayer2020-08-071-0/+69
* 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