summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | correct for "autocommit" deprecation warningMike Bayer2020-12-115-141/+137
* | | Merge "add aiomysql support"mike bayer2020-12-111-3/+4
|\ \ \
| * | | add aiomysql supportMike Bayer2020-12-101-3/+4
* | | | Implement Oracle SERIALIZABLE + real read of isolation levelMike Bayer2020-12-091-0/+22
|/ / /
* | | Revert "Merge "add aiomysql support""Mike Bayer2020-12-091-4/+3
* | | add aiomysql supportMike Bayer2020-12-081-3/+4
|/ /
* | Merge "Support pool.connect() event firing before all else"mike bayer2020-11-201-0/+76
|\ \
| * | Support pool.connect() event firing before all elseMike Bayer2020-11-191-0/+76
| |/
* | Use ``re.search`` instead of ``re.match`` in sqliteFederico Caselli2020-11-191-5/+14
|/
* Convert to autoload_with internallyMike Bayer2020-11-071-4/+8
* update selectin docsMike Bayer2020-10-311-2/+2
* Merge "tutorial 2.0 WIP"mike bayer2020-10-311-2/+2
|\
| * tutorial 2.0 WIPreview/mike_bayer/tutorial20Mike Bayer2020-10-311-2/+2