summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql
Commit message (Expand)AuthorAgeFilesLines
* - 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
* | Merge branch 'support-emoji-on-mysql' of https://bitbucket.org/graingert/sqla...Mike Bayer2015-03-202-1/+21
|\ \
| * | add utf8mb4 recommendationThomas Grainger2015-03-181-0/+12
| * | 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-1010-10/+10
* | - 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
* - ouch, this needs to be in dbapi, not module level!Mike Bayer2014-12-191-7/+8
* - make the google deprecation messages more specific, use full URLMike Bayer2014-12-192-4/+15
* Update gaerdbms to highlight improved connection methodRob Berry2014-12-181-0/+12
* - Added a version check to the MySQLdb dialect surrounding theMike Bayer2014-12-161-6/+7
* - Updated the "supports_unicode_statements" flag to True for MySQLdbMike Bayer2014-12-042-3/+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
* - Mysqlconnector as of version 2.0, probably as a side effect ofMike Bayer2014-10-121-6/+40
* Merge remote-tracking branch 'origin/pr/140' into pr140Mike Bayer2014-10-112-3/+3
|\
| * cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-022-9/+3
| * improve exception vs. exit handlingndparker2014-09-232-0/+6
* | - use provide_metadata for new unique constraint / index testsMike Bayer2014-10-041-0/+23
* | Reflect unique constraints when reflecting a Table objectJohannes Erdfelt2014-09-171-1/+2
|/
* - omit MySQL index flavor if its NoneMike Bayer2014-09-051-1/+2
* - MySQL boolean symbols "true", "false" work again. 0.9's changeMike Bayer2014-09-051-0/+12
* - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-031-6/+6
* - mention that FOUND_ROWS is hardcoded; fixes #3146Mike Bayer2014-08-251-7/+5
* - rewrite all the sqlite/pysqlite transaction isolation docsMike Bayer2014-08-091-0/+2