This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wesclemens
Recipients wesclemens
Date 2011-03-27.04:16:14
SpamBayes Score 1.3114427e-05
Marked as misclassified No
Message-id <1301199375.2.0.455501522423.issue11691@psf.upfronthosting.co.za>
In-reply-to
Content
The DB API Spec 2.0 (PEP 249) clearly requires that column name and type_code be set as the first two values in Cursor.description the other 5 attributes are optional. The sqlite3 module doesn't set type_code.
History
Date User Action Args
2011-03-27 04:16:15wesclemenssetrecipients: + wesclemens
2011-03-27 04:16:15wesclemenssetmessageid: <1301199375.2.0.455501522423.issue11691@psf.upfronthosting.co.za>
2011-03-27 04:16:14wesclemenslinkissue11691 messages
2011-03-27 04:16:14wesclemenscreate