summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql
Commit message (Expand)AuthorAgeFilesLines
* happy new yearMike Bayer2019-01-1114-14/+14
* Render correct DDL for unsetting table commentsMike Bayer2019-01-091-0/+5
* Post black reformattingMike Bayer2019-01-0615-187/+198
* Run black -l 79 against all source filesMike Bayer2019-01-0615-983/+1559
* Assorted pre-Black fixesMike Bayer2019-01-052-3/+0
* commit 1b774808c926665047bf353222ecd191679a95d1Lele Gaifax2018-12-301-1/+1
* Add the write_timeout option for mysql.jun923.gu2018-11-301-0/+1
* Use case insensitive matching on lower_case_table_names=1,2Mike Bayer2018-11-091-5/+32
* Add reserved word 'function' for MySQLAlex Hall2018-10-301-4/+4
* - 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
* Merge "Support tuples of heterogeneous types for empty expanding IN"mike bayer2018-10-041-2/+12
|\
| * Support tuples of heterogeneous types for empty expanding INMike Bayer2018-10-031-2/+12
* | Perform additional retrieval of correct column namesMike Bayer2018-10-031-0/+53
|/
* Document binary_prefix for mysqlclient and PyMySQLMike Bayer2018-08-171-12/+39
* Add ability to preserve order in MySQL ON DUPLICATE KEY UPDATE.Maxim Bublis2018-08-132-8/+94
* Add support of empty list in exanding of bindparamNicolas Rolin2018-08-071-0/+3
* Use MySQL protocol-level ping.Maxim Bublis2018-07-093-1/+32
* - add "leaks memory" to documented issues w/ mysqlconnector,Mike Bayer2018-06-301-0/+3
* Update URL for PyMySQL documentationLogan Rosen2018-06-281-1/+1
* Reflect ASC/DESC in MySQL index columnsMike Bayer2018-06-281-2/+3
* Try to get mysqlconnector somewhat workingMike Bayer2018-06-271-4/+54
* Use utf8mb4 (or utf8mb3) for all things MySQLMike Bayer2018-06-252-46/+25
* render WITH clause after INSERT for INSERT..SELECT on Oracle, MySQLMike Bayer2018-06-181-0/+2
* Render and reflect MySQL WITH PARSER index optionsMike Bayer2018-04-172-2/+46
* Get MySQL version info from @@versionMike Bayer2018-03-035-38/+24
* Add values_callable feature to EnumJon Snyder2018-02-071-0/+1
* Convert dialect modules to relative imports and testMike Bayer2018-02-051-5/+6
* Add a few more MySQL 8.0 reserved wordsRiccardo Magliocchetti2018-01-191-2/+4
* happy new yearMike Bayer2018-01-1214-14/+14
* Allow delete where clause to refer multiple tables.inytar2017-12-051-0/+18
* Propagate kwargs for mysql concat, matchMike Bayer2017-11-131-7/+7
* Merge "Remove deprecation warnings mysql5 7 20"mike bayer2017-10-231-1/+8
|\
| * Remove deprecation warnings mysql5 7 20Daniel Thorell2017-10-231-1/+8
* | Get MariaDB normalized version relative to "MariaDB" tokenMike Bayer2017-10-201-2/+3
|/
* Support mariadb 10.2Mike Bayer2017-09-282-11/+49
* Warn for mariadb 10.2 < 9Mike Bayer2017-09-281-0/+15
* Make a common approach for "emulated" typesMike Bayer2017-09-251-16/+15
* Rename MySQL dml.insert().values to .insertedMike Bayer2017-09-082-18/+19
* Add InternalError for mysqlclient disconnectMike Bayer2017-09-011-1/+2
* Add SQL Server CI coverageMike Bayer2017-08-311-0/+7
* Apply percent sign escaping to literal binds, commentsMike Bayer2017-08-251-2/+5
* - fix typosMike Bayer2017-08-221-1/+1
* - modernize the mysql connection timeout docsMike Bayer2017-08-221-6/+13
* Implement MySQL's ON DUPLICATE KEY UPDATEMichael Doronin2017-07-033-0/+200
* Handle SHOW VARIABLES returning no rowMike Bayer2017-06-161-11/+27
* Allow metadata.reflect() to recover from unreflectable tablesMike Bayer2017-05-221-2/+7
* Break the lines to fit pdf and fix another broken syntaxLunarShaddow2017-05-081-6/+10
* remove ambiguous line breakers to help sphinx identify code blockLunarShaddow2017-05-051-5/+2