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 christian.heimes
Recipients christian.heimes
Date 2008-08-24.16:11:52
SpamBayes Score 2.9087707e-05
Marked as misclassified No
Message-id <1219594315.65.0.145921400813.issue3659@psf.upfronthosting.co.za>
In-reply-to
Content
I'm getting the compiler warning:

Modules/_sqlite/statement.c: In function
'pysqlite_statement_bind_parameter':
Modules/_sqlite/statement.c:133: warning: enumeration value
'TYPE_STRING' not handled in switch

I tried to make sense of the code before the warning. It looks like
TYPE_STRING isn't handled at all. The warning may be sign for a design
flaw or missing feature in the code.
History
Date User Action Args
2008-08-24 16:11:56christian.heimessetrecipients: + christian.heimes
2008-08-24 16:11:55christian.heimessetmessageid: <1219594315.65.0.145921400813.issue3659@psf.upfronthosting.co.za>
2008-08-24 16:11:54christian.heimeslinkissue3659 messages
2008-08-24 16:11:53christian.heimescreate