#32·PyMySQL

Add display size field to descriptor tuple.

Author: petehuntCreated Jul 27, 2011Updated Apr 28, 2019
LabelsPriority-Low

Originally filed by [email protected] 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.