summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
* Warn when caching is disabled / documentMike Bayer2021-12-061-0/+9
* Merge "adapt pytest plugin to support pytest v7" into mainmike bayer2021-11-294-79/+90
|\
| * adapt pytest plugin to support pytest v7Federico Caselli2021-11-294-79/+90
* | provide connectionfairy on initializeMike Bayer2021-11-292-4/+35
|/
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-265-4/+24
* Merge "propose emulated setinputsizes embedded in the compiler" into mainmike bayer2021-11-252-5/+9
|\
| * propose emulated setinputsizes embedded in the compilerMike Bayer2021-11-232-5/+9
* | Clean up most py3k compatFederico Caselli2021-11-2418-221/+103
|/
* Remove object in class definitionFederico Caselli2021-11-2214-36/+36
* Merge "fully support isolation_level parameter in base dialect" into mainmike bayer2021-11-183-3/+104
|\
| * fully support isolation_level parameter in base dialectMike Bayer2021-11-183-3/+104
* | Merge "remove "native decimal" warning" into mainmike bayer2021-11-182-10/+38
|\ \
| * | remove "native decimal" warningMike Bayer2021-11-172-10/+38
| |/
* | Merge "Deprecate create_engine.implicit_returning" into mainmike bayer2021-11-182-25/+30
|\ \ | |/ |/|
| * Deprecate create_engine.implicit_returningjonathan vanasco2021-11-092-25/+30
* | 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