summaryrefslogtreecommitdiff
path: root/test/engine
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | update execute() arg formats in modules and testsMike Bayer2021-01-154-82/+125
|/
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-139-234/+283
* remove more bound metadataMike Bayer2021-01-052-26/+72
* remove metadata.bind use from test suiteMike Bayer2021-01-034-621/+498
* Cache asyngpg prepared statementsMike Bayer2021-01-021-0/+7
* Emit deprecation warning for general DDLElement.bind argumentMike Bayer2020-12-141-1/+1
* Emit 2.0 deprecation warning for sub-transactionsMike Bayer2020-12-142-270/+352
* Merge "correct for "autocommit" deprecation warning"mike bayer2020-12-117-398/+504
|\
| * correct for "autocommit" deprecation warningMike Bayer2020-12-117-398/+504