summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/mysqldb.py
Commit message (Expand)AuthorAgeFilesLines
* provide connectionfairy on initializeMike Bayer2021-11-291-5/+5
* fully support isolation_level parameter in base dialectMike Bayer2021-11-181-9/+8
* fix: Update reserved words list of MySQL / MariaDB dialectKevin Kirsche2021-10-201-5/+1
* Replace all http:// links to https://Federico Caselli2021-07-041-2/+2
* add ssl_check_hostname option in mysqldbJerry Zhao2021-05-071-3/+59
* Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-011-0/+1
* Update connect args for pymysql 1.0.0; aiomysql fixesMike Bayer2021-01-071-4/+7
* happy new yearMike Bayer2021-01-041-1/+1
* add aiomysql supportMike Bayer2020-12-101-4/+13
* Revert "Merge "add aiomysql support""Mike Bayer2020-12-091-13/+4
* add aiomysql supportMike Bayer2020-12-081-4/+13
* Revert "Added ssl_mode flag to mysqldb"Mike Bayer2020-11-131-1/+0
* Added ssl_mode flag to mysqldbGord Thompson2020-11-131-0/+1
* Deprecate engine-wise ss cursors; repair mariadbconnectorMike Bayer2020-09-131-2/+1
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-4/+3
* happy new yearMike Bayer2020-01-011-1/+1
* Emit SET NAMES for all MySQL connections w charsetMike Bayer2019-08-111-0/+16
* Feature mysqlclientMike Bayer2019-01-181-10/+12
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-7/+6
* Run black -l 79 against all source filesMike Bayer2019-01-061-51/+68
* Add the write_timeout option for mysql.jun923.gu2018-11-301-0/+1
* - also correct for dbapi is a Mock without __version__...Mike Bayer2018-10-201-1/+2
* - correct for dbapi not present in some testsMike Bayer2018-10-201-1/+1
* Enable decimal implicit bind for mysqlclient, is fixed as ofMike Bayer2018-10-201-0/+12
* Use MySQL protocol-level ping.Maxim Bublis2018-07-091-0/+11
* Use utf8mb4 (or utf8mb3) for all things MySQLMike Bayer2018-06-251-5/+5
* Get MySQL version info from @@versionMike Bayer2018-03-031-11/+0
* happy new yearMike Bayer2018-01-121-1/+1
* Double percent signs based on paramstyle, not dialectMike Bayer2017-04-051-10/+2
* Support python3.6Mike Bayer2017-01-131-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Add support for server side cursors to mysqldb and pymysqlRoman Podoliaka2016-11-101-0/+18
* Merge branch 'master' into pr157Mike Bayer2016-03-151-19/+10
|\
| * - happy new yearMike Bayer2016-01-291-1/+1
| * - more updates to the unicode mess to frame this inMike Bayer2015-03-221-30/+2
| * Merge branch 'mysqlclient' of https://bitbucket.org/methane/sqlalchemy into pr48Mike Bayer2015-03-201-0/+9
| |\
| | * Add mention about mysqlclientINADA Naoki2015-03-141-2/+4
| * | - reorganize MySQL docs re: unicode, other cleanup and updatesMike Bayer2015-03-201-11/+9
| * | add utf8mb4 recommendationThomas Grainger2015-03-181-0/+12
| |/
| * - copyright 2015Mike Bayer2015-03-101-1/+1
* | Add 'native' autocommit support for mysql driverspr/157Roman Podoliaka2015-02-241-0/+12
|/
* - make the google deprecation messages more specific, use full URLMike Bayer2014-12-191-0/+8
* - Added a version check to the MySQLdb dialect surrounding theMike Bayer2014-12-161-6/+7
* - Updated the "supports_unicode_statements" flag to True for MySQLdbMike Bayer2014-12-041-1/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-17/+17
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - remove drizzle dialectMike Bayer2014-05-301-20/+123
* cut out the BS as far as MySQLdb urls, put the one url everyone should be usingMike Bayer2014-03-041-22/+14
* - The MySQL CAST compilation now takes into account aspects of a stringMike Bayer2014-01-131-1/+25