summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/requirements.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updates for MariaDB sequencesFederico Caselli2020-08-221-1/+3
* Merge "Add support for identity columns"mike bayer2020-08-211-0/+14
|\
| * Add support for identity columnsFederico Caselli2020-08-191-0/+14
* | Add JSON support for mssqlGord Thompson2020-08-191-0/+10
|/
* Bump minimum MySQL version to 5.0.2; use all-numeric server versionMike Bayer2020-08-161-11/+9
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-0/+6
* base all_orm_descriptors ordering on cls.__dict__ + cls.__mro__Mike Bayer2020-08-061-0/+4
* test single and double quote inspection scenariosMike Bayer2020-07-131-0/+7
* Limit init_subclass test above python 3.6Mike Bayer2020-07-081-0/+7
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-0/+14