Changes between Initial Version and Version 1 of Ticket #20377


Ignore:
Timestamp:
May 8, 2013, 4:15:53 PM (12 years ago)
Author:
Aymeric Augustin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20377 – Description

    initial v1  
    1 A unofficial port of MySQLdb appears to be the only solution to connect to MySQL from Python 3 at this time, see [e81e319f].
     1An unofficial port of MySQLdb appears to be the only solution to connect to MySQL from Python 3 at this time, see [e81e319f].
    22
    33Unfortunately, its handling of binary data is very buggy. For instance, this code is almost certainly wrong:
     
    88There are other problems, like attempting to decode all bytestrings as UTF-8.
    99
    10 With no short-term solution in sight, tests involving BinaryField were marked as expected failures on MySQL and Python 3 in [7476d96].
     10With no short-term solution in sight, tests involving BinaryField were marked as expected failures on MySQL and Python 3 in [7476d96f].
    1111
    1212This commit should be reverted once a production-grade, Python 3-compatible database adapter exists for MySQL.
Back to Top