summaryrefslogtreecommitdiff
path: root/test/engine/test_execute.py
Commit message (Expand)AuthorAgeFilesLines
* upgrade to black 20.8b1Mike Bayer2020-09-281-6/+26
* Stringify correctly for non-str exception argumentAndrzej BartosiƄski2020-09-201-3/+18
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-5/+8
* Deprecate engine-wise ss cursors; repair mariadbconnectorMike Bayer2020-09-131-3/+8
* Merge "Do not specify type on mssql by default"mike bayer2020-09-121-6/+1
|\
| * Do not specify type on mssql by defaultFederico Caselli2020-09-121-6/+1
* | Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-1/+1
* | MariaDB dialect implementationGeorg Richter2020-08-311-1/+2
* | Merge "internal test framework files for standardization of is_not/not_in;"mike bayer2020-08-301-3/+3
|\ \
| * | internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-291-3/+3
| |/
* | Merge "make URL immutable"mike bayer2020-08-261-1/+1
|\ \
| * | make URL immutableMike Bayer2020-08-251-1/+1
| |/
* | Updates for MariaDB sequencesFederico Caselli2020-08-221-10/+5
|/
* normalize execute style for events, 2.0Mike Bayer2020-08-201-24/+97
* Update dialect for pg8000 version 1.16.0Tony Locke2020-08-181-4/+0
* Don't link on_connect to first_connect event handlerMike Bayer2020-08-071-0/+69
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-78/+83
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-3/+3
* 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
* | Structural / performance refinementsMike Bayer2020-05-221-19/+95
|/
* Disable "check unicode returns" under Python 3Mike Bayer2020-05-191-13/+27
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-2/+2
* Create initial 2.0 engine implementationMike Bayer2020-04-161-48/+213
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-1/+1
* Convert schema_translate to a post compileMike Bayer2020-03-241-32/+29
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-257/+206
* Fix tests failing for SQLite file databases; repair provisioningGord Thompson2020-03-131-5/+8
* 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-021-6/+7
|\
| * Ensure all nested exception throws have a causeMike Bayer2020-03-021-6/+7
* | Remove obsolete util.compat.nestedGord Thompson2020-03-021-11/+8
|/
* Deprecate connection branchingMike Bayer2020-02-211-8/+0
* Deprecate empty or_() and and_()Federico Caselli2020-01-251-2/+2
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-2/+1
* Add sequence support for MariaDB 10.3+.Gord Thompson2019-11-261-5/+12
* Add hide_parameters flag to create_engineMike Bayer2019-08-221-2/+6
* Modernize internal reflectionMike Bayer2019-08-061-30/+11
* Remove threadlocal engine strategy, engine strategies pool threadlocalMike Bayer2019-07-151-9/+2
* Ensure .engine is part of Connectable interface, implement as descriptorMike Bayer2019-07-081-0/+4
* Enable F841Mike Bayer2019-06-201-2/+2
* Move initialize do_rollback() outside of the dialectMatthew Wilkes2019-05-091-0/+9
* Include newlines in StatementError formattingNate Clark2019-02-201-5/+5
* Add getters for all execution_optionsDaniel Lister2019-01-251-0/+15
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-359/+17
* Leave bytestring exception messages as bytestringsMike Bayer2019-01-101-1/+58
* Post black reformattingMike Bayer2019-01-061-38/+37
* Run black -l 79 against all source filesMike Bayer2019-01-061-780/+1037