summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Expand)AuthorAgeFilesLines
* provide connectionfairy on initializeMike Bayer2021-11-291-0/+1
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-261-0/+5
* De-emphasize notion of "default driver" (DBAPI)Gord Thompson2021-11-091-5/+5
* Merge "Remove deprecated dialects and drivers" into mainmike bayer2021-10-311-1/+0
|\
| * Remove deprecated dialects and driversFederico Caselli2021-10-311-1/+0
* | initial 2.0 setupMike Bayer2021-10-301-4/+1
|/
* deprecation warnings: strings in loader options, join, with_parentMike Bayer2021-10-251-1/+1
* re-enable asnycmy >= 0.2.3; disable aiomysql totallyMike Bayer2021-10-151-1/+1
* Add support for Python 3.10Federico Caselli2021-10-111-0/+1
* block asyncmy 0.2.2Mike Bayer2021-10-111-1/+1
* rename elements to mainMike Bayer2021-10-111-1/+1
* block asyncmy 0.2.1Mike Bayer2021-10-081-1/+1
* Platform_machine names for greenlet checkJAMES.DOW2021-09-221-1/+1
* pin asyncmy>=0.2.0 and remove cursor close workaroundsMike Bayer2021-09-181-1/+1
* Add `asyncmy` supportlong2ice2021-09-171-5/+10
* replace "in" operator with "==" + "or" for greenlet platformsMike Bayer2021-09-131-1/+1
* fix mysql-connector-python depMike Bayer2021-09-101-1/+1
* exclude typing_extensions 3.10.0.1 for aiosqlite installMike Bayer2021-08-301-0/+1
* add all the machine names in uppercaseMike Bayer2021-08-111-1/+1
* Merge "limit greenlet dependency to pypi-listed platforms"mike bayer2021-08-111-1/+1
|\
| * limit greenlet dependency to pypi-listed platformsMike Bayer2021-08-111-1/+1
* | Refactor mypy pluginBryan Forbes2021-08-071-1/+1
|/
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Re-infer statements that got more specific on subsequent passMike Bayer2021-04-201-0/+1
* Fix OrderingList handlingBryan Forbes2021-04-131-0/+1
* Update mypy plugin to conform to strict modeBryan Forbes2021-04-121-1/+8
* Repair pysqlcipher and use sqlcipher3Mike Bayer2021-03-241-0/+3
* Add support for aiosqliteFederico Caselli2021-03-241-0/+5
* Implement Mypy pluginMike Bayer2021-03-131-0/+7
* Ignore flake8 F401 on specific filesFederico Caselli2021-03-031-0/+6
* restore greenlet reqMike Bayer2021-01-181-0/+1
* update aiomysql extra to match asyncpg, also dedupe asyncio extrasThomas Grainger2021-01-131-3/+5
* remove greenlet from default requiresMike Bayer2021-01-121-2/+1
* Update connect args for pymysql 1.0.0; aiomysql fixesMike Bayer2021-01-071-1/+3
* Support testing of async drivers without fallback modeFederico Caselli2020-12-301-2/+5
* add aiomysql supportMike Bayer2020-12-101-0/+2
* Revert "Merge "add aiomysql support""Mike Bayer2020-12-091-2/+0
* add aiomysql supportMike Bayer2020-12-081-0/+2
* Support PEP-567 context variablesFantix King2020-11-191-1/+1
* only install greenlet for python 3Mike Bayer2020-11-021-3/+3
* repair pg8000 and pin to 1.16.6 min versionMike Bayer2020-10-121-1/+1
* Merge "Drop python 3.5 support"mike bayer2020-10-101-2/+1
|\
| * Drop python 3.5 supportFederico Caselli2020-10-081-2/+1
* | Add python 3.9 to ci test and wheel workflowFederico Caselli2020-10-081-0/+1
|/
* MariaDB dialect implementationGeorg Richter2020-08-311-0/+5
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-2/+8
* Use importlib_metadata; add namespace for mariadbMike Bayer2020-08-131-1/+7
* Correct incorrect readme.rst fileMike Bayer2020-07-121-1/+1
* Use python version in extras_require; integrate with toxMike Bayer2020-06-291-2/+6
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-1/+1