summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/pymysql.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up most py3k compatFederico Caselli2021-11-241-7/+4
* removals: all unicode encoding / decodingMike Bayer2021-11-101-6/+0
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* add ssl_check_hostname option in mysqldbJerry Zhao2021-05-071-0/+9
* 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-0/+7
* happy new yearMike Bayer2021-01-041-1/+1
* Deprecate engine-wise ss cursors; repair mariadbconnectorMike Bayer2020-09-131-4/+0
* happy new yearMike Bayer2020-01-011-1/+1
* Detect PyMySQL connection was killedMike Bayer2019-11-111-1/+4
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-5/+5
* Run black -l 79 against all source filesMike Bayer2019-01-061-4/+8
* Use MySQL protocol-level ping.Maxim Bublis2018-07-091-0/+8
* Update URL for PyMySQL documentationLogan Rosen2018-06-281-1/+1
* happy new yearMike Bayer2018-01-121-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Add support for server side cursors to mysqldb and pymysqlRoman Podoliaka2016-11-101-1/+14
* - happy new yearMike Bayer2016-01-291-1/+1
* - Fixed unicode support for PyMySQL when using an "executemany"Mike Bayer2015-03-221-0/+5
* - more updates to the unicode mess to frame this inMike Bayer2015-03-221-3/+3
* - reorganize MySQL docs re: unicode, other cleanup and updatesMike Bayer2015-03-201-0/+6
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - Updated the "supports_unicode_statements" flag to True for MySQLdbMike Bayer2014-12-041-2/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-4/+5
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Fixed bug which prevented MySQLdb-based dialects (e.g.Mike Bayer2014-02-031-0/+1
* - happy new yearMike Bayer2014-01-051-1/+1
* - Improvements to the operation of the pymysql dialect onMike Bayer2013-04-211-12/+8
* Added workaround for pymysql3 double wrapping ProgrammingErrors to pymysql di...Ben Trofatter2013-03-181-0/+12
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* kill me now, pep8 pass, so closeDiana Clarke2012-11-201-1/+2
* juts a 'expected 2 blank lines' pep8 passDiana Clarke2012-11-191-0/+1
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-14/+6
* - move out maxdbMike Bayer2012-10-181-0/+3
* more import cleanupsMike Bayer2012-08-071-1/+1
* trailing whitespace bonanzaMike Bayer2012-07-281-8/+8
* happy new yearMike Bayer2012-01-041-1/+1
* - [bug] Unicode adjustments allow latest pymysqlMike Bayer2011-11-021-0/+1
* - New DBAPI support for pymysql, a pure Python portMike Bayer2011-01-261-0/+38