summaryrefslogtreecommitdiff
path: root/test/engine
Commit message (Expand)AuthorAgeFilesLines
...
* dont use exception catches for warnings; modernize xdist detectionMike Bayer2022-01-222-3/+4
* Merge "remove dbapi_proxy module" into mainmike bayer2022-01-151-5/+0
|\
| * remove dbapi_proxy moduleMike Bayer2022-01-141-5/+0
* | Initial ORM typing layoutMike Bayer2022-01-141-52/+34
|/
* Remove all remaining removed_in_20 warnings slated for removalMike Bayer2022-01-051-33/+0
* Update Black's target-version to py37Hugo van Kemenade2022-01-053-4/+7
* Replace c extension with cython versions.workflow_test_cythonFederico Caselli2021-12-172-29/+179
* Merge "Warn when caching is disabled / document" into mainmike bayer2021-12-071-0/+1
|\
| * Warn when caching is disabled / documentMike Bayer2021-12-061-0/+1
* | Merge "contextmanager skips rollback if trans says to skip it" into mainmike bayer2021-12-071-0/+30
|\ \
| * | contextmanager skips rollback if trans says to skip itMike Bayer2021-12-061-0/+30
* | | Add __copy__, __deepcopy__ to URL. Fixes: #7400Tom Ritchford2021-12-061-0/+32
| |/ |/|
* | Removals: MetaData.bind, Table.bind, all other .bindMike Bayer2021-12-021-185/+0
|/
* provide connectionfairy on initializeMike Bayer2021-11-291-22/+34
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-262-1/+60
* Merge "propose emulated setinputsizes embedded in the compiler" into mainmike bayer2021-11-252-1/+14
|\
| * propose emulated setinputsizes embedded in the compilerMike Bayer2021-11-232-1/+14
* | Clean up most py3k compatFederico Caselli2021-11-248-71/+57
|/
* Remove object in class definitionFederico Caselli2021-11-223-3/+3
* Merge "fully support isolation_level parameter in base dialect" into mainmike bayer2021-11-181-28/+71
|\
| * fully support isolation_level parameter in base dialectMike Bayer2021-11-181-28/+71
* | Merge "Deprecate create_engine.implicit_returning" into mainmike bayer2021-11-182-4/+72
|\ \ | |/ |/|
| * Deprecate create_engine.implicit_returningjonathan vanasco2021-11-092-4/+72
* | 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-094-28/+56
|/
* fully implement future engine and remove legacyMike Bayer2021-11-078-2791/+947
* Check for Mapping explicitly in 2.0 paramsMike Bayer2021-11-041-0/+104
* Update "transaction has already begun" languageMike Bayer2021-11-041-5/+12
* Merge "First round of removal of python 2" into mainmike bayer2021-11-023-56/+8
|\
| * First round of removal of python 2Federico Caselli2021-11-013-56/+8
* | use full context manager flow for future.Engine.begin()Mike Bayer2021-11-011-4/+37
|/
* Merge "2.0 removals: LegacyRow, connectionless execution, close_with_result" ...mike bayer2021-10-312-215/+44
|\
| * 2.0 removals: LegacyRow, connectionless execution, close_with_resultMike Bayer2021-10-312-215/+44
* | Remove deprecated dialects and driversFederico Caselli2021-10-313-7/+0
|/
* indicate private use of URL.__new__ privately onlyMike Bayer2021-10-011-0/+43
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-173-85/+153
* Add `asyncmy` supportlong2ice2021-09-171-0/+1
* Merge "Add scalars method to connection and session classes"mike bayer2021-09-151-0/+26
|\
| * Add scalars method to connection and session classesMiguel Grinberg2021-09-141-0/+26
* | Ensure str is callect on the URL password.Federico Caselli2021-09-131-0/+47
|/
* remove erroneous None check from _assert_strMike Bayer2021-09-041-7/+23
* restore statement substitution to before_execute()Mike Bayer2021-08-202-0/+62
* labeling refactorMike Bayer2021-07-121-1/+1
* Modernize testsGord Thompson2021-07-031-1/+2
* Modernize tests - Connection.connectGord Thompson2021-06-262-11/+36
* Merge "Propagate asyncio flag from the dialect to selected pool classes"mike bayer2021-06-091-1/+35
|\
| * Propagate asyncio flag from the dialect to selected pool classesFederico Caselli2021-06-081-1/+35
* | Pass URL object, not the string, to on_connect_urlMike Bayer2021-06-061-0/+33
|/
* URL parsing fixesMike Bayer2021-05-241-50/+71