summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "removals: all unicode encoding / decoding" into mainmike bayer2021-11-111-5/+1
|\ \
| * | removals: all unicode encoding / decodingMike Bayer2021-11-101-5/+1
| |/
* | qualify asyncpg API tests for python 3.8Mike Bayer2021-11-101-0/+6
* | change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quotingMike Bayer2021-11-092-2/+17
|/
* Merge "fully implement future engine and remove legacy" into mainmike bayer2021-11-075-58/+24
|\
| * fully implement future engine and remove legacyMike Bayer2021-11-075-58/+24
* | 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-022-0/+16
* First round of removal of python 2Federico Caselli2021-11-019-255/+24
* 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