summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move most setup options to setup.cfgMike Bayer2020-06-191-28/+72
* Correct ambiguous func / class linksMike Bayer2020-03-251-1/+1
* Add docker commands to README.unittestsFederico Caselli2020-03-041-0/+1
* Enable F821Mike Bayer2020-01-041-1/+0
* Move max-worker-restart to pytest-xdist options in tox.iniMike Bayer2019-11-191-1/+1
* Remove python setup.py test; fix SQL Server URLMike Bayer2019-10-281-1/+1
* Enable F841Mike Bayer2019-06-201-5/+1
* - add --max-worker-restart to better tolerate oracle / python 3.8 crashesMike Bayer2019-06-081-1/+1
* Merge "Remove Nose support"mike bayer2019-02-031-6/+0
|\
| * Remove Nose supportParth Shandilya2019-02-021-6/+0
* | repair F632 issueMike Bayer2019-02-011-1/+1
|/
* Add F632 another issue that just popped upMike Bayer2019-01-301-1/+1
* add F821 which for some reason is some new thing flake8 wants to complain aboutMike Bayer2019-01-301-1/+1
* Render N'' for SQL Server unicode literalsMike Bayer2019-01-151-2/+2
* Prep for flake8 refactoringMike Bayer2019-01-031-0/+20
* turn off pytest's latest plugin we didn't ask for, loggingMike Bayer2018-01-051-1/+1
* Add license to Wheel metadataJeff Widman2017-11-151-0/+2
* Refactor for cx_Oracle version 6oracle_numericMike Bayer2017-09-111-1/+1
* - add option to disable py.test warnings plugin;Mike Bayer2017-05-231-1/+1
* Correct pytest deprecation warningGábor Lipták2017-01-171-1/+1
* - adjust to allow dblink tests to work with multiprocess users.Mike Bayer2016-02-081-1/+1
* - add a new qualifier "native" vs. "dbapi" unicode to avoidMike Bayer2016-01-241-6/+9
* - set explicit encoding settings for default mysql driverMike Bayer2015-11-211-1/+1
* - additional test adjustments for pypy / psycopg2cffi. ThisMike Bayer2015-01-261-1/+1
* Added psycopg2cffi dialectShaun Stanworth2015-01-261-0/+1
* - comment this out (again)Mike Bayer2014-09-171-1/+1
* - repair get_foreign_table_names() for PGInsp/dialect levelpr128Mike Bayer2014-09-171-1/+1
* keep this off for the moment as jenkins isn't set up for this yetMike Bayer2014-09-171-1/+1
* Merge branch 'master' of https://github.com/zzzeek/sqlalchemy into feature/po...Rodrigo Menezes2014-08-261-1/+1
|\
| * - max failures 25Mike Bayer2014-08-161-1/+1