summaryrefslogtreecommitdiff
path: root/test/engine
Commit message (Expand)AuthorAgeFilesLines
* updates for mariadb connector 1.0.10Mike Bayer2022-02-191-1/+0
* Fix up Python logging metadataMarkus Gerstel2022-01-271-0/+106
* dont use exception catches for warnings; modernize xdist detectionMike Bayer2022-01-222-4/+8
* check for string_types, not str, for py2 supportMike Bayer2021-12-121-0/+12
* Merge "Warn when caching is disabled / document" into rel_1_4mike 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 rel_1_4mike 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/+34
|/
* change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quotingMike Bayer2021-11-091-37/+41
* Check for Mapping explicitly in 2.0 paramsMike Bayer2021-11-041-0/+104
* Update "transaction has already begun" languageMike Bayer2021-11-041-5/+12
* use full context manager flow for future.Engine.begin()Mike Bayer2021-11-011-4/+37
* 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
* Merge "don't cache TypeDecorator by default"mike bayer2021-05-061-0/+3
|\
| * don't cache TypeDecorator by defaultMike Bayer2021-05-061-0/+3
* | unify transactional context managersMike Bayer2021-05-051-5/+63
|/
* restore legacy begin_nested()->root transaction behaviorMike Bayer2021-05-021-1/+70
* Add new "sync once" mode for pool.connectMike Bayer2021-04-214-9/+81
* Merge "Support DEFAULT VALUES and VALUES(DEFAULT) individually"mike bayer2021-04-141-0/+1
|\
| * Support DEFAULT VALUES and VALUES(DEFAULT) individuallyMike Bayer2021-04-141-0/+1
* | 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
* Run trans.close() at end of block if transaction already inactiveMike Bayer2021-03-301-6/+157
* Add support for aiosqliteFederico Caselli2021-03-243-3/+19
* Replace reset_agent with direct call from connectionMike Bayer2021-03-064-366/+373
* Clarify COMMIT/ROLLBACK logging when autocommit is turned onMike Bayer2021-03-051-0/+85
* Minor optimization to the codeFederico Caselli2021-02-181-17/+0
* Merge "un-deprecate Oracle 2pc"mike bayer2021-02-031-1/+1
|\
| * un-deprecate Oracle 2pcMike Bayer2021-02-031-1/+1
* | Implement per-connection logging tokenMike Bayer2021-02-031-0/+71
|/
* Fix a couple of bugs in the asyncio implementationFederico Caselli2021-01-211-12/+14
* Merge "Create explicit GC ordering between ConnectionFairy/ConnectionRecord"mike bayer2021-01-162-8/+14
|\
| * Create explicit GC ordering between ConnectionFairy/ConnectionRecordMike Bayer2021-01-152-8/+14
* | Guard against re-entrant autobegin in Core, ORMMike Bayer2021-01-151-1/+49