summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/base.py
Commit message (Expand)AuthorAgeFilesLines
* flake8 refactor - dialectsMike Bayer2019-01-051-25/+28
* - do a broken zimports run on libMike Bayer2019-01-051-47/+51
* step 1, straight black -l 79 runMike Bayer2019-01-051-491/+876
* commit 1b774808c926665047bf353222ecd191679a95d1Lele Gaifax2018-12-301-1/+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
* Perform additional retrieval of correct column namesMike Bayer2018-10-031-0/+53
* Document binary_prefix for mysqlclient and PyMySQLMike Bayer2018-08-171-12/+39
* Use utf8mb4 (or utf8mb3) for all things MySQLMike Bayer2018-06-251-41/+20
* render WITH clause after INSERT for INSERT..SELECT on Oracle, MySQLMike Bayer2018-06-181-0/+2
* Get MySQL version info from @@versionMike Bayer2018-03-021-0/+24
* Add a few more MySQL 8.0 reserved wordsRiccardo Magliocchetti2018-01-191-2/+4
* happy new yearMike Bayer2018-01-121-1/+1
* 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-281-2/+18
* Warn for mariadb 10.2 < 9Mike Bayer2017-09-281-0/+15
* Rename MySQL dml.insert().values to .insertedMike Bayer2017-09-081-7/+7
* 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-031-0/+119
* 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
* Remove MySQL UTC_TIMESTAMP ruleMike Bayer2017-04-131-3/+0
* Consider mysql partition options separately from other table optionsMike Bayer2017-04-061-5/+29
* Implement comments for tables, columnsFrazer McLean2017-03-171-0/+31
* Add new reserved words for MySQL 8.0 (beta).Hanno Schlichting2017-02-281-0/+3
* Add support for prefixes on CREATE INDEX statements in MySQLJoseph Schorr2017-01-171-0/+25
* 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/+22
* Build string/int processors for JSONIndexType, JSONPathTypeMike Bayer2016-08-041-4/+4
* Propagate kwargs to all MySQL CAST pathsMike Bayer2016-08-041-4/+4
* - Added support for rendering "FULL OUTER JOIN" to both Core and ORM.Mike Bayer2016-03-281-1/+8
* - changelog and docs for #3332, fixes #3332Mike Bayer2016-03-151-7/+35
* Merge branch 'master' into pr157Mike Bayer2016-03-151-1515/+147
|\
| * - happy new yearMike Bayer2016-01-291-1/+1
| * - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-061-3/+32
| * - break out mysql/base into modules as it's getting huge with more to comeMike Bayer2016-01-041-1488/+12
| * - An adjustment to the regular expression used to parse MySQL views,Mike Bayer2015-12-221-1/+1
| * Add new reserved words for MySQL 5.7.pr/222Hanno Schlichting2015-12-141-0/+2
| * - Fixed bug in MySQL reflection where the "fractional sections portion"Mike Bayer2015-12-071-0/+5