summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite
Commit message (Expand)AuthorAgeFilesLines
* prevent float tests from running on asyncmyMike Bayer2023-02-271-4/+2
* add exclusion for unusual chars in column namesMike Bayer2022-12-191-0/+1
* Specify view columns in HasTableTestGord Thompson2022-12-091-4/+7
* add spaces, leading underscore to oracle checksMike Bayer2022-12-021-3/+63
* add partial index predicate to SQLiteDialect.get_indexes() resultTobias Pfeiffer2022-11-281-5/+8
* assert unique constraints received backMike Bayer2022-11-241-0/+2
* use only object_id() function for temp tablesMike Barry2022-10-281-13/+64
* add Oracle-specific parameter escapes for expanding paramsMike Bayer2022-10-241-0/+9
* test support for has_table()->view; backport to 1.4Mike Bayer2022-10-231-0/+43
* add sane_rowcount to SimpleUpdateDeleteTestMike Bayer2022-04-091-0/+1
* fix quotes regexp for SQLite CHECK constraintsMike Bayer2022-03-281-2/+4
* re-enable tests for asyncmy; fix BinaryMike Bayer2022-01-201-0/+39
* implement second-level type resolution for literalsMike Bayer2022-01-111-0/+29
* Reflect included columns as dialect_optionsGord Thompson2021-12-271-0/+14
* change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quotingMike Bayer2021-11-092-2/+17
* use tuple expansion if type._is_tuple, test for Sequence if no typeMike Bayer2021-11-051-0/+104
* map Float to asyncpg.FLOAT, test for infinityMike Bayer2021-11-021-0/+10
* 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