summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/requirements.py
Commit message (Expand)AuthorAgeFilesLines
* Replace c extension with cython versions.workflow_test_cythonFederico Caselli2021-12-171-1/+2
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-261-0/+10
* Clean up most py3k compatFederico Caselli2021-11-241-20/+3
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* Merge "fully support isolation_level parameter in base dialect" into mainmike bayer2021-11-181-0/+54
|\
| * fully support isolation_level parameter in base dialectMike Bayer2021-11-181-0/+54
* | remove "native decimal" warningMike Bayer2021-11-171-0/+15
|/
* qualify asyncpg API tests for python 3.8Mike Bayer2021-11-101-0/+6
* map Float to asyncpg.FLOAT, test for infinityMike Bayer2021-11-021-0/+6
* First round of removal of python 2Federico Caselli2021-11-011-39/+0
* Remove deprecated dialects and driversFederico Caselli2021-10-311-2/+2
* Reflect table can reflect table with no columnsSumit Khanna2021-10-141-0/+8
* Enable tests of fetch/offset for mariadb>=10.6Federico Caselli2021-10-081-0/+9
* Relax the Python version check for `__class_getitem__` testslayday2021-09-191-3/+3
* Fix various lib / test / examples typos (#7017)Kevin Kirsche2021-09-111-1/+1
* ensure pysqlite dialect enumerates correct isolation levelsMike Bayer2021-08-301-0/+4
* fix spelling (#6926)William Maio2021-08-241-1/+1
* 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
* | Provide default for implicitly_named_constraintsGord Thompson2021-08-031-0/+6
* | Support generics in code to allow Column[int] etcFederico Caselli2021-07-271-0/+5
|/
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Propertly ignore ``Identity`` in MySQL and MariaDb.Federico Caselli2021-04-281-0/+7
* Support DEFAULT VALUES and VALUES(DEFAULT) individuallyMike Bayer2021-04-141-1/+9
* Make schema support explicitGord Thompson2021-04-091-1/+2
* Add DeclarativeMeta to globalsMike Bayer2021-03-311-0/+12
* Repair pysqlcipher and use sqlcipher3Mike Bayer2021-03-241-1/+1
* Add support for aiosqliteFederico Caselli2021-03-241-0/+10
* Implement Mypy pluginMike Bayer2021-03-131-0/+12
* Minor optimization to the codeFederico Caselli2021-02-181-9/+1
* Implement support for functions as FROM with columns clause supportMike Bayer2021-02-031-0/+12
* set identifier length for MySQL constraints to 64Mike Bayer2021-01-301-0/+12
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* Fix issues with JSON and float/numericGord Thompson2020-12-201-0/+8
* Merge "Support IF EXISTS/IF NOT EXISTS for DDL constructs"mike bayer2020-12-141-0/+12
|\
| * Support IF EXISTS/IF NOT EXISTS for DDL constructsRamonWill2020-12-141-0/+12
* | Support pool.connect() event firing before all elseMike Bayer2020-11-191-0/+7
|/
* update selectin docsMike Bayer2020-10-311-0/+5
* Revert "Use monotonic time for pool age measurement"Mike Bayer2020-10-071-12/+2
* Use monotonic time for pool age measurementMike Bayer2020-10-071-2/+12
* Fetch first supportFederico Caselli2020-10-021-6/+24
* upgrade to black 20.8b1Mike Bayer2020-09-281-16/+13
* Merge "Improve handling of covering indexes"mike bayer2020-09-121-0/+4
|\
| * Improve handling of covering indexesGord Thompson2020-09-121-0/+4
* | Merge "Add missing "temp_table_reflect_indexes" to SuiteRequirements"mike bayer2020-09-121-0/+4
|\ \
| * | Add missing "temp_table_reflect_indexes" to SuiteRequirementsGord Thompson2020-09-081-0/+4
| |/
* | Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-1/+1
|/
* Add support for classical mapping of dataclassesVáclav Klusák2020-09-011-0/+4
* Add support for regular expression on supported backend.Federico Caselli2020-08-271-0/+19