summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge "2.0 removals: LegacyRow, connectionless execution, close_with_result" ...mike bayer2021-10-313-13/+4
|\
| * 2.0 removals: LegacyRow, connectionless execution, close_with_resultMike Bayer2021-10-313-13/+4
* | Merge "Remove deprecated dialects and drivers" into mainmike bayer2021-10-313-40/+4
|\ \
| * | Remove deprecated dialects and driversFederico Caselli2021-10-313-40/+4
| |/
* | The ``has_table`` method now also checks viewsFederico Caselli2021-10-311-0/+26
|/
* warnings removal, merge_resultMike Bayer2021-10-291-16/+0
* Merge "warnings: session.autocommit, subtransactions" into mainmike bayer2021-10-291-2/+0
|\
| * warnings: session.autocommit, subtransactionsMike Bayer2021-10-291-2/+0
* | warnings: with_polymorphic()Mike Bayer2021-10-291-5/+0
|/
* Merge "Modernize tests - session_query_get" into mainmike bayer2021-10-291-1/+0
|\
| * Modernize tests - session_query_getGord Thompson2021-10-281-1/+0
* | warnings: cascade_backrefsMike Bayer2021-10-281-2/+0
|/
* Merge "deprecation warnings: with_parent, aliased, from_joinpoint" into mainmike bayer2021-10-272-4/+1
|\
| * deprecation warnings: with_parent, aliased, from_joinpointMike Bayer2021-10-272-4/+1
* | Merge "Remove depractions:" into mainmike bayer2021-10-261-2/+0
|\ \ | |/ |/|
| * Remove depractions:Federico Caselli2021-10-261-2/+0
* | warnings: select_entity_from()Mike Bayer2021-10-251-1/+0
* | deprecation warnings: strings in loader options, join, with_parentMike Bayer2021-10-251-8/+0
|/
* Modernize tests - query_from_selfGord Thompson2021-10-171-1/+0
* Reflect table can reflect table with no columnsSumit Khanna2021-10-142-0/+64
* rename elements to mainMike Bayer2021-10-112-2/+2
* Enable tests of fetch/offset for mariadb>=10.6Federico Caselli2021-10-082-0/+10
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-303-33/+34
* remove declarative warningsMike Bayer2021-09-292-5/+1
* warn or deprecate for auto-aliasing in joinsMike Bayer2021-09-282-41/+73
* Relax the Python version check for `__class_getitem__` testslayday2021-09-191-3/+3
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-172-6/+41
* 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