summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite/test_results.py
Commit message (Expand)AuthorAgeFilesLines
* 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