summaryrefslogtreecommitdiff
path: root/test/engine/test_execute.py
Commit message (Expand)AuthorAgeFilesLines
* Replace c extension with cython versions.workflow_test_cythonFederico Caselli2021-12-171-14/+14
* Warn when caching is disabled / documentMike Bayer2021-12-061-0/+1
* Merge "propose emulated setinputsizes embedded in the compiler" into mainmike bayer2021-11-251-1/+2
|\
| * propose emulated setinputsizes embedded in the compilerMike Bayer2021-11-231-1/+2
* | Clean up most py3k compatFederico Caselli2021-11-241-17/+19
|/
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* Merge "Deprecate create_engine.implicit_returning" into mainmike bayer2021-11-181-4/+3
|\
| * Deprecate create_engine.implicit_returningjonathan vanasco2021-11-091-4/+3
* | Merge "change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quoting...mike bayer2021-11-091-37/+41
|\ \
| * | change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quotingMike Bayer2021-11-091-37/+41
| |/
* | De-emphasize notion of "default driver" (DBAPI)Gord Thompson2021-11-091-1/+1
|/
* fully implement future engine and remove legacyMike Bayer2021-11-071-297/+248
* Check for Mapping explicitly in 2.0 paramsMike Bayer2021-11-041-0/+104
* Merge "First round of removal of python 2" into mainmike bayer2021-11-021-53/+6
|\
| * First round of removal of python 2Federico Caselli2021-11-011-53/+6
* | use full context manager flow for future.Engine.begin()Mike Bayer2021-11-011-4/+37
|/
* Remove deprecated dialects and driversFederico Caselli2021-10-311-5/+0
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-171-9/+9
* Add scalars method to connection and session classesMiguel Grinberg2021-09-141-0/+26
* restore statement substitution to before_execute()Mike Bayer2021-08-201-0/+51
* labeling refactorMike Bayer2021-07-121-1/+1
* don't cache TypeDecorator by defaultMike Bayer2021-05-061-0/+3
* Add new "sync once" mode for pool.connectMike Bayer2021-04-211-1/+60
* Explicitly test for Connection in dialect.has_table()Mike Bayer2021-04-141-0/+7
* Disallow AliasedReturnsRows from executionMike Bayer2021-04-051-0/+12
* Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-011-0/+95
* Add support for aiosqliteFederico Caselli2021-03-241-2/+2
* Guard against re-entrant autobegin in Core, ORMMike Bayer2021-01-151-1/+49
* update execute() arg formats in modules and testsMike Bayer2021-01-151-1/+0
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-177/+187
* remove metadata.bind use from test suiteMike Bayer2021-01-031-42/+42
* Cache asyngpg prepared statementsMike Bayer2021-01-021-0/+7
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-110/+51
* Support pool.connect() event firing before all elseMike Bayer2020-11-191-0/+105
* Merge "Add deprecation for base Executable.bind"mike bayer2020-10-171-1/+1
|\
| * Add deprecation for base Executable.bindMike Bayer2020-10-161-1/+1
* | Genericize setinputsizes and support pyodbcMike Bayer2020-10-161-0/+221
|/
* 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
|/