summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/base.py
Commit message (Expand)AuthorAgeFilesLines
* dialects/mysql: inspect superclass for IntegerType in __repr__pr/53pr/52Haydn Dufrene2013-12-171-0/+4
* - backport unique constraints reflection to 0.8.4, therebyRoman Podolyaka2013-12-031-0/+15
* - The change in :ticket:`2721`, which is that the ``deferrable`` keywordMike Bayer2013-10-181-0/+56
* - 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
* - 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
* - 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-211-1/+1
|\
| * select not return rowcount at mysql+cymysqlHajime Nakagami2013-04-061-1/+1
* | - Improvements to the operation of the pymysql dialect onMike Bayer2013-04-211-5/+2
* | Merged in bentrofatter/sqlalchemy-2663 (pull request #49)Mike Bayer2013-04-211-0/+5
|\ \ | |/ |/|
| * Added workaround for pymysql3 double wrapping ProgrammingErrors to pymysql di...Ben Trofatter2013-03-181-0/+5
* | - add a nose runner that erases out argv, otherwiseMike Bayer2013-03-251-1/+0
|/
* more egregious long linesMike Bayer2013-02-021-37/+68
* 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-011-1/+1
* 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-201-17/+17
* just a pep8 passDiana Clarke2012-11-201-8/+3
* juts a 'expected 2 blank lines' pep8 passDiana Clarke2012-11-191-2/+31
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-25/+3
* - move out maxdbMike Bayer2012-10-181-0/+20
* 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
* - 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
* - fix concat() operator, testsMike Bayer2012-08-141-4/+6
* more import cleanupsMike Bayer2012-08-071-13/+14
* -whitespace bonanza, contdMike Bayer2012-07-281-51/+51
* - 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
* - [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
* | Fix innodb autoinc constraint (double)quotingJeff Dairiki2012-04-061-1/+1