| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Fix innodb autoinc constraint (double)quoting | Jeff Dairiki | 2012-04-06 | 1 | -1/+1 |
| * | | most of the drizzle docs are copy/pasta, let's just point users to the mysql ... | Diana Clarke | 2012-04-02 | 1 | -3/+3 |
| |/ |
|
| * | - [feature] Added support for MySQL index and | Mike Bayer | 2012-03-14 | 1 | -13/+49 |
| * | - [feature] Added support for MSSQL INSERT, | Mike Bayer | 2012-03-13 | 1 | -1/+2 |
| * | - [feature] Added support for the "isolation_level" | Mike Bayer | 2012-02-12 | 1 | -1/+50 |
| * | - [feature] Dialect-specific compilers now raise | Mike Bayer | 2012-01-28 | 1 | -2/+2 |
| * | - [bug] fixed regexp that filters out warnings | Mike Bayer | 2012-01-17 | 1 | -3/+1 |
| * | happy new year | Mike Bayer | 2012-01-04 | 8 | -8/+8 |
| * | fix a whole bunch of note:: / warning:: that were inline, | Mike Bayer | 2011-12-25 | 1 | -1/+3 |
| * | marathon doc updating session including a rewrite of unicode paragraphs | Mike Bayer | 2011-12-04 | 2 | -20/+23 |
| * | cleanup | Mike Bayer | 2011-11-21 | 1 | -2/+3 |
| * | passes for all three, includes multi col system with mysql | Mike Bayer | 2011-11-21 | 1 | -2/+2 |
| * | sort of muscling this out, mysql a PITA | Mike Bayer | 2011-11-21 | 1 | -15/+12 |
| * | - [bug] Unicode adjustments allow latest pymysql | Mike Bayer | 2011-11-02 | 1 | -0/+1 |
| * | - adjust some tests and such to work better with a mysql 5.5 install | Mike Bayer | 2011-10-11 | 1 | -0/+50 |
| * | undo that change with the _, it doesn't break round trips | Mike Bayer | 2011-10-03 | 1 | -1/+1 |
| * | - a CREATE TABLE will put the COLLATE option | Mike Bayer | 2011-10-03 | 1 | -22/+32 |
| * | add a document note regarding CAST and the workaround in [ticket:2242] | Mike Bayer | 2011-09-21 | 1 | -0/+29 |
| * | - Fixed OurSQL dialect to use ansi-neutral | Mike Bayer | 2011-07-24 | 1 | -6/+7 |
| * | - Unit tests pass 100% on MySQL installed | Mike Bayer | 2011-06-02 | 1 | -12/+17 |
| * | - assume in py3k that description encoding is None unless the dialect really | Mike Bayer | 2011-04-08 | 1 | -2/+0 |
| * | - REAL has been added to the core types. Supported | Mike Bayer | 2011-04-05 | 1 | -1/+1 |
| * | - oursql dialect accepts the same "ssl" arguments in | Mike Bayer | 2011-02-10 | 1 | -0/+10 |
| * | - Query.distinct() now accepts column expressions | Mike Bayer | 2011-02-10 | 1 | -0/+7 |
| * | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 1 | -3/+3 |
| * | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 3 | -3/+3 |
| * | - New DBAPI support for pymysql, a pure Python port | Mike Bayer | 2011-01-26 | 3 | -4/+43 |
| * | - new dialect for Drizzle [ticket:2003] | Mike Bayer | 2011-01-26 | 2 | -169/+59 |
| * | - dont count server_default absense as part of autoincrement, PG | Mike Bayer | 2011-01-12 | 1 | -1/+1 |
| * | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 1 | -11/+4 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 5 | -107/+107 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 7 | -3/+37 |
| * | - an approach I like better, remove most adapt() methods and use a generic | Mike Bayer | 2010-12-15 | 1 | -25/+3 |
| * | - fixes for mysql and I'm ready to replace this whole adapt() business with a... | Mike Bayer | 2010-12-14 | 1 | -0/+4 |
| * | some tests, should be OK | Mike Bayer | 2010-12-13 | 1 | -1/+1 |
| * | - system to cache the bind/result processors in a dialect-wide registry. | Mike Bayer | 2010-12-13 | 1 | -2/+24 |
| * | - hardwire the huge LIMIT number on MySQL. this might fix the OurSQL py3k | Mike Bayer | 2010-12-06 | 1 | -2/+12 |
| * | merge tip | Mike Bayer | 2010-11-14 | 2 | -3/+3 |
| |\ |
|
| | * | - mysql | Mike Bayer | 2010-11-03 | 1 | -1/+1 |
| | * | - Fixed mysql bug involving reflection of CURRENT_TIMESTAMP | Mike Bayer | 2010-10-20 | 1 | -2/+2 |
| * | | - move LIMIT/OFFSET rendering to be as bind parameters, for all backends | Mike Bayer | 2010-08-29 | 1 | -2/+4 |
| |/ |
|
| * | - The generated index name also is based on | Mike Bayer | 2010-08-02 | 1 | -0/+2 |
| * | reformatting /cleanup of column type docs, including [ticket:1858] | Mike Bayer | 2010-08-01 | 1 | -22/+1 |
| * | - Changed the scheme used to generate truncated | Mike Bayer | 2010-07-21 | 1 | -1/+1 |
| * | - _extract_error_code now expects the raw DBAPI error in all cases | Mike Bayer | 2010-07-13 | 5 | -20/+12 |
| * | - The _extract_error_code() method now works | Mike Bayer | 2010-07-12 | 1 | -1/+3 |
| * | - idle 78-char adjustments | Mike Bayer | 2010-07-03 | 1 | -4/+8 |
| * | - The argument to "ESCAPE" of a LIKE operator or similar | Mike Bayer | 2010-06-24 | 1 | -3/+18 |
| * | - MySQL dialect doesn't emit CAST() for MySQL version | Mike Bayer | 2010-06-19 | 1 | -1/+10 |
| * | fix the enum for MySQL after native_enum added to adaption keys | Mike Bayer | 2010-06-09 | 1 | -1/+2 |