summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql
Commit message (Expand)AuthorAgeFilesLines
* - add a topological rule here to place PARTITIONS after PARTITION_BY,Mike Bayer2014-02-191-1/+2
* - Added new MySQL-specific :class:`.mysql.DATETIME` which includesMike Bayer2014-02-191-17/+73
* Merge branch 'master' of https://bitbucket.org/50onred/sqlalchemy/overview in...Mike Bayer2014-02-191-2/+2
|\
| * Fixes MySQL dialect partitioningMarcus McCurdy2014-02-141-2/+2
* | - update mysql connector python link, #2938Mike Bayer2014-02-181-1/+1
* | - expand docs on MySQL table arguments beyond just storage enginesMike Bayer2014-02-151-30/+63
|/
* Parse server version info more robustlypr/69Matt (work)2014-02-111-1/+8
* - Fixed bug which prevented MySQLdb-based dialects (e.g.Mike Bayer2014-02-031-0/+1
* - add a few missing methods to the cymysql dialectMike Bayer2014-02-021-0/+8
* - Added new test coverage for so-called "down adaptions" of SQL types,Mike Bayer2014-01-221-3/+4
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-181-9/+25
* - The MySQL CAST compilation now takes into account aspects of a stringMike Bayer2014-01-132-10/+50
* - happy new yearMike Bayer2014-01-0510-10/+10
* - Improvements to the system by which SQL types generate withinMike Bayer2013-12-181-8/+27
* - work in progress, will squashMike Bayer2013-11-281-10/+3
* Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat...Mike Bayer2013-11-281-1/+8
|\
| * added LockmodeArgspr/42Mario Lassnig2013-11-281-1/+8
* | - evaulate decimal_return_scale statelessly. Don't re-assign to self.decimal...Mike Bayer2013-11-231-2/+0
* | - The precision used when coercing a returned floating point value toMike Bayer2013-11-221-1/+18
|/
* - Fix and test parsing of MySQL foreign key options within reflection;Mike Bayer2013-10-251-1/+1
* Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183Mike Bayer2013-10-251-1/+1
|\
| * #2183: Metadata.reflect() foreign keys include options when the dialect expos...ijl2013-10-131-1/+1
* | - The change in :ticket:`2721`, which is that the ``deferrable`` keywordMike Bayer2013-10-181-1/+40
* | The MySQL :class:`.mysql.SET` type now features the same auto-quotingMike Bayer2013-10-141-66/+87
* | MySQL-connector dialect now allows options in the create_engineMike Bayer2013-10-131-2/+3
* | - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-121-1/+2
|/
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-271-4/+3
* move FAQ to the docs, [ticket:2133]Mike Bayer2013-08-211-0/+2
* Improved support for the cymysql driver, supporting version 0.6.5,Mike Bayer2013-08-171-1/+3
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-2/+2
* Updates to MySQL reserved words for versions 5.5, 5.6, courtesyMike Bayer2013-07-311-0/+10
* this comment is ancientMike Bayer2013-06-091-5/+0
* Add basic support of unique constraints reflectionpr/4Roman Podolyaka2013-06-091-0/+15
* Merge pull request #3 from bslatkin/mastermike bayer2013-06-081-7/+16
|\
| * Fixing the error regex to match numbers with the long suffix, like 1146Lpr/3Brett Slatkin2013-06-081-1/+1
| * PEP8Brett Slatkin2013-06-081-3/+3
| * Makes gaerdbms for App Engine use local MySQL server when running under dev_a...Brett Slatkin2013-06-081-6/+15
* | - changelog for [ticket:2704]Mike Bayer2013-06-081-9/+13
* | Fix using of 'mysql_length' for composite indexesRoman Podolyaka2013-06-081-7/+25
|/
* The ``deferrable`` keyword argument on :class:`.ForeignKey` andMike Bayer2013-06-031-0/+2
* mysql testsMike Bayer2013-05-261-5/+1
* merge defaultMike Bayer2013-04-291-1/+2
|\
| * Updated mysqlconnector dialect to check for disconnect basedMike Bayer2013-04-291-1/+2
* | merge defaultMike Bayer2013-04-291-26/+15
|\ \ | |/
| * - fix long-outdated documentation for sql_mode/ansiquotes,Mike Bayer2013-04-291-26/+15
* | plugging awayMike Bayer2013-04-273-37/+19
* | - the raw 2to3 runMike Bayer2013-04-274-38/+42
|/
* - changelogMike Bayer2013-04-211-1/+1
* merge cymysql branchMike Bayer2013-04-212-1/+2
|\
| * merge from defaultHajime Nakagami2013-04-201-2/+2
| |\