Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Improvements to the operation of the pymysql dialect on | Mike Bayer | 2013-04-21 | 1 | -12/+8 |
| | | | | | | | | Python 3, including some important decode/bytes steps. Issues remain with BLOB types due to driver issues. Courtesy Ben Trofatter. - start using util.py3k, we will eventually remove the sa2to3 fixer entirely | ||||
* | Added workaround for pymysql3 double wrapping ProgrammingErrors to pymysql ↵ | Ben Trofatter | 2013-03-18 | 1 | -0/+12 |
| | | | | | | dialect. Added workaround for pymysql3 return a bytes object when queried for isolation level. | ||||
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | kill me now, pep8 pass, so close | Diana Clarke | 2012-11-20 | 1 | -1/+2 |
| | |||||
* | juts a 'expected 2 blank lines' pep8 pass | Diana Clarke | 2012-11-19 | 1 | -0/+1 |
| | |||||
* | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 1 | -14/+6 |
| | | | | | | | - build a new Sphinx extension that allows dialect info to be entered as directives which is then rendered consistently throughout all dialect/dbapi sections - break out the "empty_strings" requirement for oracle test | ||||
* | - move out maxdb | Mike Bayer | 2012-10-18 | 1 | -0/+3 |
| | | | | | | - begin consolidating docs for dialects to be more self contained - add a separate section for "external" dialects - not sure how we're going to go with this yet. | ||||
* | more import cleanups | Mike Bayer | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | trailing whitespace bonanza | Mike Bayer | 2012-07-28 | 1 | -8/+8 |
| | |||||
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| | |||||
* | - [bug] Unicode adjustments allow latest pymysql | Mike Bayer | 2011-11-02 | 1 | -0/+1 |
| | | | | (post 0.4) to pass 100% on Python 2. | ||||
* | - New DBAPI support for pymysql, a pure Python port | Mike Bayer | 2011-01-26 | 1 | -0/+38 |
of MySQL-python. [ticket:1991] |