summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/base.py
Commit message (Expand)AuthorAgeFilesLines
* 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
| * - 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
| * - more updates to the unicode mess to frame this inMike Bayer2015-03-221-15/+54
| * some doc defensesMike Bayer2015-03-211-2/+4
| * - Repaired the commit for issue #2771 which was inadvertently commentedMike Bayer2015-03-201-1/+1
| * - reorganize MySQL docs re: unicode, other cleanup and updatesMike Bayer2015-03-201-1/+44
| * Merge branch 'support-emoji-on-mysql' of https://bitbucket.org/graingert/sqla...Mike Bayer2015-03-201-1/+9
| |\
| | * map MySQL encodings to python encodings fixes #2771Thomas Grainger2015-03-181-1/+9
| * | Merge remote-tracking branch 'origin/pr/158' into pr158Mike Bayer2015-03-201-1/+3
| |\ \ | | |/ | |/|
| | * fix Python 2-specific byte conversionpr/158David Marin2015-02-051-1/+3
| * | - The Postgresql :class:`.postgresql.ENUM` type will emit aMike Bayer2015-03-111-0/+1
| * | - copyright 2015Mike Bayer2015-03-101-1/+1
* | | Add 'native' autocommit support for mysql driverspr/157Roman Podoliaka2015-02-241-0/+8
|/ /
* | - The MySQL dialect now supports CAST on types that are constructedMike Bayer2015-02-091-3/+6
* | - add a fix to MySQL re: #3074 tests, make sure we check table is presentMike Bayer2015-02-091-1/+2
* | - A warning is emitted when :func:`.cast` is used with the MySQLMike Bayer2015-02-091-0/+7
|/
* - The MySQL dialect now renders TIMESTAMP with NULL / NOT NULL inMike Bayer2015-02-051-48/+40
* - Added new user-space accessors for viewing transaction isolationMike Bayer2015-01-201-1/+1
* - Custom dialects that implement :class:`.GenericTypeCompiler` canMike Bayer2015-01-161-37/+39
* - use a different bitwise approach here that doesn't require iteratingMike Bayer2015-01-031-5/+6
* - The :class:`.mysql.SET` type has been overhauled to no longerMike Bayer2015-01-031-49/+114
* - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-011-2/+2
* - The :meth:`.Operators.match` operator is now handled such that theMike Bayer2014-12-041-0/+9
* - don't do inline string interpolation when loggingJon Nelson2014-11-111-1/+1