summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite/test_results.py
Commit message (Expand)AuthorAgeFilesLines
* fully implement future engine and remove legacyMike Bayer2021-11-071-0/+14
* Add `asyncmy` supportlong2ice2021-09-171-1/+1
* Support stream_results in the pg8000 dialectTony Locke2021-04-291-0/+2
* Disallow AliasedReturnsRows from executionMike Bayer2021-04-051-5/+9
* Add support for aiosqliteFederico Caselli2021-03-241-2/+11
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-20/+12
* Merge "correct for "autocommit" deprecation warning"mike bayer2020-12-111-2/+2
|\
| * correct for "autocommit" deprecation warningMike Bayer2020-12-111-2/+2
* | add aiomysql supportMike Bayer2020-12-101-3/+4
* | Revert "Merge "add aiomysql support""Mike Bayer2020-12-091-4/+3
* | add aiomysql supportMike Bayer2020-12-081-3/+4
|/
* upgrade to black 20.8b1Mike Bayer2020-09-281-1/+2
* Deprecate engine-wise ss cursors; repair mariadbconnectorMike Bayer2020-09-131-3/+16
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-14/+12
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-17/+64
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-15/+13
* Clean up .execute calls in test_results.pyGord Thompson2020-04-111-39/+38
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-2/+6
* Result initial introductionMike Bayer2020-02-211-9/+17
* Replace engine.execute w/ context manager (step1)Gord Thompson2020-02-171-67/+47
* Enable F841Mike Bayer2019-06-201-1/+1
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-1/+1
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-1/+1
* Post black reformattingMike Bayer2019-01-061-8/+15
* Run black -l 79 against all source filesMike Bayer2019-01-061-123/+119
* Fix - Order of records is not guaranteedPat Buxton2018-04-161-3/+3
* - correct server side cursor assertion for driver namesMike Bayer2017-08-191-5/+5
* Add support for server side cursors to mysqldb and pymysqlRoman Podoliaka2016-11-101-1/+148
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-1/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-43/+43
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-2/+2
* commentMike Bayer2014-03-131-0/+7
* - add more support for suite tests, moving some tests from test_query out to ...Mike Bayer2014-03-131-6/+149
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-0/+1
* - add an "empty_inserts" requirement target plus a suite testMike Bayer2013-02-061-0/+69