summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite
Commit message (Expand)AuthorAgeFilesLines
* Merge "2.0 removals: LegacyRow, connectionless execution, close_with_result" ...mike bayer2021-10-311-2/+2
|\
| * 2.0 removals: LegacyRow, connectionless execution, close_with_resultMike Bayer2021-10-311-2/+2
* | The ``has_table`` method now also checks viewsFederico Caselli2021-10-311-0/+26
|/
* Reflect table can reflect table with no columnsSumit Khanna2021-10-141-0/+56
* Enable tests of fetch/offset for mariadb>=10.6Federico Caselli2021-10-081-0/+1
* remove declarative warningsMike Bayer2021-09-291-1/+1
* Add `asyncmy` supportlong2ice2021-09-171-1/+1
* Modernize tests - dml_whereclauseGord Thompson2021-07-261-4/+9
* Merge "Modernize tests - legacy_select"mike bayer2021-07-211-3/+3
|\
| * Modernize tests - legacy_selectGord Thompson2021-07-211-3/+3
* | dont warn for dictionary passed positionallyMike Bayer2021-07-212-18/+12
|/
* limit None->null coercion to not occur with crudMike Bayer2021-07-151-18/+73
* Modernize tests - select(whereclause)Gord Thompson2021-07-041-2/+2
* Provide primary key values for data in tests that aren't about primary keys.Jim Fulton2021-05-243-17/+33
* Use type_ when creating literals in _LiteralRoundTripFixtureJim Fulton2021-05-171-1/+1
* Update black flak8 and zimportsFederico Caselli2021-05-121-1/+1
* Merge "don't cache TypeDecorator by default"mike bayer2021-05-061-0/+2
|\
| * don't cache TypeDecorator by defaultMike Bayer2021-05-061-0/+2
* | Parenthesize for empty not inMike Bayer2021-05-051-0/+20
|/
* Merge "Support stream_results in the pg8000 dialect"mike bayer2021-05-021-0/+2
|\
| * Support stream_results in the pg8000 dialectTony Locke2021-04-291-0/+2
* | Merge "Use non-subquery form for empty IN"mike bayer2021-04-291-52/+135
|\ \ | |/ |/|
| * Use non-subquery form for empty INMike Bayer2021-04-291-52/+135
* | Propertly ignore ``Identity`` in MySQL and MariaDb.Federico Caselli2021-04-281-0/+25
|/
* don't base compilation off the int value of offset/limit part IIMike Bayer2021-04-141-11/+18
* Support DEFAULT VALUES and VALUES(DEFAULT) individuallyMike Bayer2021-04-141-1/+14
* Merge "Disallow AliasedReturnsRows from execution"mike bayer2021-04-061-5/+9
|\
| * Disallow AliasedReturnsRows from executionMike Bayer2021-04-051-5/+9
* | uniquify when popping literal_execute_params from param dictMike Bayer2021-04-051-0/+14
|/
* Fix MSSQL / Oracle limit/offset regressionsFederico Caselli2021-03-311-70/+198
* Repair exception handling in CursorResultFederico Caselli2021-03-301-0/+2
* Add support for aiosqliteFederico Caselli2021-03-242-8/+19
* expand and further generalize bound parameter translateMike Bayer2021-02-141-0/+49
* Add identifier_preparer per-execution context for schema translatesMike Bayer2021-02-081-0/+68
* Implement support for functions as FROM with columns clause supportMike Bayer2021-02-031-0/+17
* set identifier length for MySQL constraints to 64Mike Bayer2021-01-301-2/+198
* Merge "Add missing requirements to suite tests"mike bayer2021-01-151-2/+8
|\
| * Add missing requirements to suite testsGord Thompson2021-01-151-2/+8
* | update execute() arg formats in modules and testsMike Bayer2021-01-154-17/+27
|/
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-133-59/+49
* remove more bound metadataMike Bayer2021-01-051-4/+7
* remove metadata.bind use from test suiteMike Bayer2021-01-032-504/+489
* Further attempts to repair SQL server temp table issueMike Bayer2021-01-021-6/+12
* Support TypeDecorator.get_dbapi_type() for setinpusizesMike Bayer2020-12-301-0/+40
* disambiguate SQL server temp table constraint namesMike Bayer2020-12-291-2/+16
* Fix issues with JSON and float/numericGord Thompson2020-12-201-29/+129
* Gracefully degrade on v$transaction not readableMike Bayer2020-12-181-1/+1
* Merge "Support IF EXISTS/IF NOT EXISTS for DDL constructs"mike bayer2020-12-141-0/+87
|\
| * Support IF EXISTS/IF NOT EXISTS for DDL constructsRamonWill2020-12-141-0/+87
* | Merge "correct for "autocommit" deprecation warning"mike bayer2020-12-115-141/+137
|\ \