summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql
Commit message (Expand)AuthorAgeFilesLines
* - The change in :ticket:`2721`, which is that the ``deferrable`` keywordMike Bayer2013-10-181-0/+56
* 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
* move FAQ to the docs, [ticket:2133]Mike Bayer2013-08-211-0/+2
* Updates to MySQL reserved words for versions 5.5, 5.6, courtesyMike Bayer2013-07-311-0/+10
* Merge pull request #3 from bslatkin/mastermike bayer2013-06-081-7/+16
* - 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
* Updated mysqlconnector dialect to check for disconnect basedMike Bayer2013-04-291-1/+2
* - fix long-outdated documentation for sql_mode/ansiquotes,Mike Bayer2013-04-291-26/+15
* - changelogMike Bayer2013-04-211-1/+1
* merge cymysql branchMike Bayer2013-04-212-1/+2
|\
| * merge from defaultHajime Nakagami2013-04-201-2/+2
| |\
| * | mysql+cymysql dialect supports_sane_rowcount = FalseHajime Nakagami2013-04-131-0/+1
| * | a bit revertHajime Nakagami2013-04-131-8/+0
| * | select not return rowcount at mysql+cymysqlHajime Nakagami2013-04-061-1/+1
| * | merge from defaultHajime Nakagami2013-04-061-1/+0
| |\ \
| * | | do_execute() hook in cymysql dialectHajime Nakagami2013-03-071-0/+8
* | | | - Improvements to the operation of the pymysql dialect onMike Bayer2013-04-212-17/+10
* | | | Merged in bentrofatter/sqlalchemy-2663 (pull request #49)Mike Bayer2013-04-212-0/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | Added workaround for pymysql3 double wrapping ProgrammingErrors to pymysql di...Ben Trofatter2013-03-182-0/+17
| |/ /
* | | Fix mysql+gaerdbms dialect for changed exception formatDan Ring2013-04-191-2/+2
| |/ |/|
* | - add a nose runner that erases out argv, otherwiseMike Bayer2013-03-251-1/+0
|/
* is_disconnect() in cymysql dialectHajime Nakagami2013-03-021-0/+11
* modify _extract_error_code() at cymysql dialectHajime Nakagami2013-03-021-5/+1
* fix easy missHajime Nakagami2013-03-011-0/+1
* fix easy missHajime Nakagami2013-03-011-4/+4
* cython's result_processor()Hajime Nakagami2013-03-011-0/+29
* return erro_code cymysql dialectsHajime Nakagami2013-02-261-4/+5
* fix cymysql's _extact_error_code() for py3Hajime Nakagami2013-02-261-1/+4
* cython's _extract_error_code()Hajime Nakagami2013-02-251-1/+3
* add cymysql dialectHajime Nakagami2013-02-172-1/+30
* more egregious long linesMike Bayer2013-02-021-37/+68
* Added a conditional import to the ``gaerdbms`` dialect which attemptsMike Bayer2013-02-021-6/+22
* Added a new argument to :class:`.Enum` and its baseMike Bayer2013-02-011-0/+1
* fix incorrect quoting in mysql indexesMike Bayer2013-01-171-3/+1
* :class:`.Index` now supports arbitrary SQL expressions and/orMike Bayer2013-01-161-6/+8
* remove all specifics from the "supported features" section as thisMike Bayer2013-01-121-21/+3
* happy new year (see #2645)Diana Clarke2013-01-019-9/+9
* Fixes issue where GAE error handling can cause AttributeError: 'NoneType' obj...Owen Nelson2012-12-281-1/+3
* GAE dialect now supports the use of credentialsOwen Nelson2012-12-281-1/+3
* internally at least refer to multirow as "multivalues", to distinguish betweenMike Bayer2012-12-081-1/+1
* compiler: add support for multirow insertsIdan Kamara2012-12-061-0/+1
* - recognize that do_rollback() and do_commit() work with a DBAPI connection,Mike Bayer2012-11-221-4/+4
* kill me now, pep8 pass, so closeDiana Clarke2012-11-204-55/+60
* just a pep8 passDiana Clarke2012-11-204-12/+5
* juts a 'expected 2 blank lines' pep8 passDiana Clarke2012-11-197-2/+42
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-198-125/+48
* - move out maxdbMike Bayer2012-10-188-5/+43