summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Fix innodb autoinc constraint (double)quotingJeff Dairiki2012-04-061-1/+1
* | most of the drizzle docs are copy/pasta, let's just point users to the mysql ...Diana Clarke2012-04-021-3/+3
|/
* - [feature] Added support for MySQL index andMike Bayer2012-03-141-13/+49
* - [feature] Added support for MSSQL INSERT,Mike Bayer2012-03-131-1/+2
* - [feature] Added support for the "isolation_level"Mike Bayer2012-02-121-1/+50
* - [feature] Dialect-specific compilers now raiseMike Bayer2012-01-281-2/+2
* - [bug] fixed regexp that filters out warningsMike Bayer2012-01-171-3/+1
* happy new yearMike Bayer2012-01-048-8/+8
* fix a whole bunch of note:: / warning:: that were inline,Mike Bayer2011-12-251-1/+3
* marathon doc updating session including a rewrite of unicode paragraphsMike Bayer2011-12-042-20/+23
* cleanupMike Bayer2011-11-211-2/+3
* passes for all three, includes multi col system with mysqlMike Bayer2011-11-211-2/+2
* sort of muscling this out, mysql a PITAMike Bayer2011-11-211-15/+12
* - [bug] Unicode adjustments allow latest pymysqlMike Bayer2011-11-021-0/+1
* - adjust some tests and such to work better with a mysql 5.5 installMike Bayer2011-10-111-0/+50
* undo that change with the _, it doesn't break round tripsMike Bayer2011-10-031-1/+1
* - a CREATE TABLE will put the COLLATE optionMike Bayer2011-10-031-22/+32
* add a document note regarding CAST and the workaround in [ticket:2242]Mike Bayer2011-09-211-0/+29
* - Fixed OurSQL dialect to use ansi-neutralMike Bayer2011-07-241-6/+7
* - Unit tests pass 100% on MySQL installedMike Bayer2011-06-021-12/+17
* - assume in py3k that description encoding is None unless the dialect reallyMike Bayer2011-04-081-2/+0
* - REAL has been added to the core types. SupportedMike Bayer2011-04-051-1/+1
* - oursql dialect accepts the same "ssl" arguments inMike Bayer2011-02-101-0/+10
* - Query.distinct() now accepts column expressionsMike Bayer2011-02-101-0/+7