]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Improvements to the operation of the pymysql dialect on
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 21 Apr 2013 21:09:45 +0000 (17:09 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 21 Apr 2013 21:09:45 +0000 (17:09 -0400)
commit23c744b54e94a0d003a7e7236af7868cc31a1161
treebdf0bf1708f30f34eb2db757040e00c1ecfda64f
parentd5af821b5d564141451f5534a0bb922508e89e70
- Improvements to the operation of the pymysql dialect on
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
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/dialects/mysql/pymysql.py
test/sql/test_types.py