summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
...
* Add `asyncmy` supportlong2ice2021-09-171-1/+1
* Fix various lib / test / examples typos (#7017)Kevin Kirsche2021-09-111-1/+1
* Merge "Modernize tests - remaining DML"mike bayer2021-09-101-7/+0
|\
| * Modernize tests - remaining DMLGord Thompson2021-08-121-7/+0
* | ensure pysqlite dialect enumerates correct isolation levelsMike Bayer2021-08-301-0/+4
* | fix spelling (#6926)William Maio2021-08-241-1/+1
* | send user defined options from the current queryMike Bayer2021-08-171-1/+4
* | rewrite _extra_criteria in selectinload; propagate correctly to LoadMike Bayer2021-08-171-3/+21
|/
* Merge "limit greenlet dependency to pypi-listed platforms"mike bayer2021-08-111-0/+12
|\
| * limit greenlet dependency to pypi-listed platformsMike Bayer2021-08-111-0/+12
* | Merge "Modernize tests - dml_values"mike bayer2021-08-071-2/+0
|\ \
| * | Modernize tests - dml_valuesGord Thompson2021-07-261-2/+0
| |/
* | Merge "Modernize tests - remaining core SQL"mike bayer2021-08-071-8/+0
|\ \
| * | Modernize tests - remaining core SQLGord Thompson2021-07-231-8/+0
* | | Provide default for implicitly_named_constraintsGord Thompson2021-08-031-0/+6
* | | Merge "Support generics in code to allow Column[int] etc"mike bayer2021-07-291-0/+5
|\ \ \ | |_|/ |/| |
| * | Support generics in code to allow Column[int] etcFederico Caselli2021-07-271-0/+5
| |/
* | Modernize tests - dml_whereclauseGord Thompson2021-07-262-6/+9
|/
* Merge "Modernize tests - legacy_select"mike bayer2021-07-212-5/+3
|\
| * Modernize tests - legacy_selectGord Thompson2021-07-212-5/+3
* | dont warn for dictionary passed positionallyMike Bayer2021-07-213-19/+12
|/
* limit None->null coercion to not occur with crudMike Bayer2021-07-151-18/+73
* Modernize tests - unionGord Thompson2021-07-121-1/+0
* 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