summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
...
* Merge "Modernize tests - select(whereclause)"mike bayer2021-07-122-9/+2
|\
| * Modernize tests - select(whereclause)Gord Thompson2021-07-042-9/+2
* | Replace all http:// links to https://Federico Caselli2021-07-0417-17/+17
|/
* Modernize testsGord Thompson2021-07-031-1/+0
* Modernize tests - Connection.connectGord Thompson2021-06-261-1/+0
* turn pg provision error into a warningMike Bayer2021-06-262-0/+11
* init extra_criteria_entities in fromstatement w/ DMLMike Bayer2021-06-071-4/+4
* delete exception traceback in _expect_raisesMike Bayer2021-06-021-0/+7
* temporarily disable test_no_attach_to_event_loopMike Bayer2021-06-021-2/+10
* Remove pytest warning filterFederico Caselli2021-05-281-6/+0
* get tests to pass on python 3.10Mike Bayer2021-05-271-2/+11
* Provide primary key values for data in tests that aren't about primary keys.Jim Fulton2021-05-243-17/+33
* Merge "Remove pep484 type comments from the code"mike bayer2021-05-182-17/+2
|\
| * Remove pep484 type comments from the codeFederico Caselli2021-05-162-17/+2
* | 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
* | Merge "unify transactional context managers"mike bayer2021-05-061-0/+144
|\ \
| * | unify transactional context managersMike Bayer2021-05-051-0/+144
* | | Merge "Parenthesize for empty not in"mike bayer2021-05-051-0/+20
|\ \ \ | |_|/ |/| |
| * | Parenthesize for empty not inMike Bayer2021-05-051-0/+20
| |/
* | mypy: load extra test files from environment variableMaico Timmerman2021-05-041-0/+9
|/
* 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-282-0/+32
|/
* Merge "omit text from selected_columns; clear memoizations"mike bayer2021-04-222-0/+14
|\
| * omit text from selected_columns; clear memoizationsMike Bayer2021-04-222-0/+14
* | Ensure sparse backend selection sorts on driver alsoMike Bayer2021-04-221-0/+1
|/
* Add new "sync once" mode for pool.connectMike Bayer2021-04-211-2/+13
* 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-144-3/+31
* Make schema support explicitGord Thompson2021-04-091-1/+2
* Fix LegacyRow/Row index accessMike Bayer2021-04-081-4/+0
* 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
|/
* Merge "Fix MSSQL / Oracle limit/offset regressions"mike bayer2021-04-011-70/+198
|\
| * Fix MSSQL / Oracle limit/offset regressionsFederico Caselli2021-03-311-70/+198
* | Merge "Add DeclarativeMeta to globals"mike bayer2021-03-311-0/+12
|\ \ | |/ |/|
| * Add DeclarativeMeta to globalsMike Bayer2021-03-311-0/+12
* | Repair exception handling in CursorResultFederico Caselli2021-03-301-0/+2
|/
* Repair pysqlcipher and use sqlcipher3Mike Bayer2021-03-241-1/+1
* Merge "Add support for aiosqlite"mike bayer2021-03-245-9/+49
|\
| * Add support for aiosqliteFederico Caselli2021-03-245-9/+49
* | Remove internal use of string attr in loader optionMike Bayer2021-03-231-3/+14
|/
* Deannoate functions before matching .__class__Mike Bayer2021-03-191-0/+6
* Merge "CAST the elements in ARRAYs when using psycopg2"mike bayer2021-03-164-1/+50
|\