summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* python 3 divisionMike Bayer2012-10-101-2/+2
* - [feature] Added "collation" parameter to allMike Bayer2012-10-101-19/+11
* - [feature] Added TIME type to mysql dialect,Mike Bayer2012-10-101-6/+39
* - [feature] Added "raise_on_warnings" flag to OurSQLMike Bayer2012-10-101-0/+1
* - improve docs for MySQL/SQLite foreign key/ON UPDATE|DELETE instructions,Mike Bayer2012-09-231-1/+8
* removed outdated reference to TINYINT(1) => BOOLEAN reflection in mysql dialectPaul Butler2012-08-271-4/+0
* things should work fine without thisMike Bayer2012-08-151-7/+0
* - also, this seems like a bug in any case.Mike Bayer2012-08-151-0/+3
* Updated mysqlconnector to support client flags and added character set inform...David McNelis2012-08-151-2/+2
* - update all the visit_mod() functions with new naming schemeMike Bayer2012-08-141-2/+3
* - fix concat() operator, testsMike Bayer2012-08-141-4/+6
* more import cleanupsMike Bayer2012-08-079-41/+32
* -whitespace bonanza, contdMike Bayer2012-07-284-64/+64
* trailing whitespace bonanzaMike Bayer2012-07-282-12/+12
* - [bug] Added gaerdbms import to mysql/__init__.py,Mike Bayer2012-07-241-1/+2
* - a big renaming of all the _Underscore classes to haveMike Bayer2012-07-171-2/+2
* - rewrite rowcount documentation to be as absolutely clear as possibleMike Bayer2012-06-121-0/+18
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-1/+1
* - add new google app engine DBAPI, [ticket:2484]Mike Bayer2012-05-261-0/+61
* - [bug] Dialect no longer emits expensive serverMike Bayer2012-05-241-2/+0
* - [feature] Inspector.get_primary_keys() isMike Bayer2012-04-241-4/+4
|\
| * deprecate inspector.get_primary_keys() in favor of inspector.get_pk_constraint()Diana Clarke2012-04-021-4/+4
* | - mysql [bug] Fixed bug whereby if cast() is usedMike Bayer2012-04-161-2/+2
* | - test explicitly for 'VIEW', 'SYSTEM VIEW'Mike Bayer2012-04-121-1/+1
* | Modified MySQLDialect.get_view_names() to also return system views such as th...elazar2012-04-111-2/+1
* | - adjust mysql patch a bit so that we useMike Bayer2012-04-081-2/+6