summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* - Non-DBAPI errors which occur in the scope of an `execute()`Mike Bayer2011-02-091-3/+3
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-093-3/+3
* - New DBAPI support for pymysql, a pure Python portMike Bayer2011-01-263-4/+43
* - new dialect for Drizzle [ticket:2003]Mike Bayer2011-01-262-169/+59
* - dont count server_default absense as part of autoincrement, PGMike Bayer2011-01-121-1/+1
* - A TypeDecorator of Integer can be used with a primary keyMike Bayer2011-01-111-11/+4
* - whitespace removal bonanzaMike Bayer2011-01-025-107/+107
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-027-3/+37
* - an approach I like better, remove most adapt() methods and use a genericMike Bayer2010-12-151-25/+3
* - fixes for mysql and I'm ready to replace this whole adapt() business with a...Mike Bayer2010-12-141-0/+4
* some tests, should be OKMike Bayer2010-12-131-1/+1
* - system to cache the bind/result processors in a dialect-wide registry.Mike Bayer2010-12-131-2/+24
* - hardwire the huge LIMIT number on MySQL. this might fix the OurSQL py3kMike Bayer2010-12-061-2/+12
* merge tipMike Bayer2010-11-142-3/+3
|\
| * - mysqlMike Bayer2010-11-031-1/+1
| * - Fixed mysql bug involving reflection of CURRENT_TIMESTAMPMike Bayer2010-10-201-2/+2
* | - move LIMIT/OFFSET rendering to be as bind parameters, for all backendsMike Bayer2010-08-291-2/+4
|/
* - The generated index name also is based onMike Bayer2010-08-021-0/+2
* reformatting /cleanup of column type docs, including [ticket:1858]Mike Bayer2010-08-011-22/+1
* - Changed the scheme used to generate truncatedMike Bayer2010-07-211-1/+1
* - _extract_error_code now expects the raw DBAPI error in all casesMike Bayer2010-07-135-20/+12
* - The _extract_error_code() method now worksMike Bayer2010-07-121-1/+3
* - idle 78-char adjustmentsMike Bayer2010-07-031-4/+8
* - The argument to "ESCAPE" of a LIKE operator or similarMike Bayer2010-06-241-3/+18
* - MySQL dialect doesn't emit CAST() for MySQL versionMike Bayer2010-06-191-1/+10
* fix the enum for MySQL after native_enum added to adaption keysMike Bayer2010-06-091-1/+2