summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql
Commit message (Expand)AuthorAgeFilesLines
* - backport doc improvements from 31f96c27a5fea302358ba580313a2f742c12b83d re:Mike Bayer2016-03-151-7/+23
* - cross-linking for pool recycle featureMike Bayer2015-10-301-0/+5
* - merge recent commits from master which reorganize andMike Bayer2015-03-228-42/+117
* - Fixed unicode support for PyMySQL when using an "executemany"Mike Bayer2015-03-221-2/+6
* fix Python 2-specific byte conversionDavid Marin2015-03-201-1/+3
* - copyright 2015Mike Bayer2015-03-1010-10/+10
* - Added new user-space accessors for viewing transaction isolationMike Bayer2015-01-201-1/+1
* - 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-191-0/+12
* - Added a version check to the MySQLdb dialect surrounding theMike Bayer2014-12-161-6/+7
* - Mysqlconnector as of version 2.0, probably as a side effect ofMike Bayer2014-10-121-6/+40
* - 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
* - add some docs to try to explain the behavior with MySQL / TIMESTAMP.Mike Bayer2014-08-041-0/+91
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-2010-273/+368
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-0910-10/+20
* - MySQL error 2014 "commands out of sync" appears to be raised as aMike Bayer2014-06-271-1/+1
* - Fixed bug where column names added to ``mysql_length`` parameterMike Bayer2014-06-181-3/+7
* Merged in WSMcG/sqlalchemy (pull request #15) Mike Bayer2014-05-121-1/+1
|\
| * Added optional '=' to MySQL KEY_BLOCK_SIZE regexW. Sean McGivern2014-04-191-1/+1
* | Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
|/
* - Tweaked the settings for mysql-connector-python; in Py2K, theMike Bayer2014-03-271-1/+4
* cut out the BS as far as MySQLdb urls, put the one url everyone should be usingMike Bayer2014-03-041-22/+14
* - 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
|/