summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove MySQL UTC_TIMESTAMP ruleMike Bayer2017-04-131-3/+0
* Consider mysql partition options separately from other table optionsMike Bayer2017-04-061-5/+29
* Double percent signs based on paramstyle, not dialectMike Bayer2017-04-051-10/+2
* New features from python 2.7Катаев Денис2017-03-172-2/+2
* Implement comments for tables, columnsFrazer McLean2017-03-172-21/+58
* Add new reserved words for MySQL 8.0 (beta).Hanno Schlichting2017-02-281-0/+3
* Merge "Parse (but don't record) COMMENT portion of MySQL table key"mike bayer2017-01-171-0/+1
|\
| * Parse (but don't record) COMMENT portion of MySQL table keyLele Long2017-01-171-0/+1
* | Add support for prefixes on CREATE INDEX statements in MySQLJoseph Schorr2017-01-171-0/+25
|/
* Support python3.6Mike Bayer2017-01-135-5/+5
* update for 2017 copyrightMike Bayer2017-01-0414-14/+14
* Add support for server side cursors to mysqldb and pymysqlRoman Podoliaka2016-11-103-1/+54
* Add check for blank string coming from MySQL's enumMike Bayer2016-10-281-0/+10
* Support all MySQL/Connector int/bool argumentsMike Bayer2016-09-011-0/+14
* Build string/int processors for JSONIndexType, JSONPathTypeMike Bayer2016-08-042-17/+41
* Propagate kwargs to all MySQL CAST pathsMike Bayer2016-08-041-4/+4
* - MySQL's JSON shared implementation completely w/ sqltypes.JSON;Mike Bayer2016-07-241-36/+1
* Disable Enum string validation by defaultMike Bayer2016-06-201-1/+3
* - 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-1514-1569/+1801
|\
| * - add changelog and migration notes for new Enum features,Mike Bayer2016-02-021-25/+17
| * - happy new yearMike Bayer2016-01-2914-14/+14
| * - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-063-6/+125
| * - break out mysql/base into modules as it's getting huge with more to comeMike Bayer2016-01-044-1488/+1534
| * - 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
| * - cross-linking for pool recycle featureMike Bayer2015-10-301-0/+5
| * - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-31/+0
| * - as the Concatenable mixin was changed to support calling down toMike Bayer2015-08-181-1/+4
| * - Fixed support for "literal_binds" mode when using limit/offsetMike Bayer2015-04-231-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-225-75/+63
| * some doc defensesMike Bayer2015-03-213-2/+10
| * - Repaired the commit for issue #2771 which was inadvertently commentedMike Bayer2015-03-201-1/+1
| * 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-208-21/+79