You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, the description tuple does conform to the DB-API 2.0 spec, however, the display size field is currently missing (None), whereas in MySQLdb it is present. So far this has not affected a single test case, so it is low-priority.
The text was updated successfully, but these errors were encountered:
I was looking into this issue, and found out the display size field is generally always set to None. I went to the official MySQL page where it shows the display field size as None. I also went on another website that said it is generally always set to None. It is always set to none since its computationally intensive. I would close this issue since it might not be possible.
Originally filed by floydoph...@gmail.com on 2010-08-03T14:05:57
For now, the description tuple does conform to the DB-API 2.0 spec, however, the display size field is currently missing (None), whereas in MySQLdb it is present. So far this has not affected a single test case, so it is low-priority.
The text was updated successfully, but these errors were encountered: