summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/provision.py
Commit message (Expand)AuthorAgeFilesLines
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-1/+1
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-2/+3
* MariaDB dialect implementationGeorg Richter2020-08-311-0/+12
* make URL immutableMike Bayer2020-08-251-7/+4
* Update dialect for pg8000 version 1.16.0Tony Locke2020-08-181-1/+4
* Bump minimum MySQL version to 5.0.2; use all-numeric server versionMike Bayer2020-08-161-4/+27
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-6/+8
* Refactor test provisioning to dialect-level filesGord Thompson2020-01-261-0/+40