[New-bugs-announce] [issue3659] sqlite: enumeration value 'TYPE_STRING' not handled in switch

Christian Heimes report at bugs.python.org
Sun Aug 24 18:11:55 CEST 2008


New submission from Christian Heimes <lists at cheimes.de>:

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.

----------
components: Extension Modules
messages: 71839
nosy: christian.heimes
priority: release blocker
severity: normal
status: open
title: sqlite: enumeration value 'TYPE_STRING' not handled in switch
versions: Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3659>
_______________________________________


More information about the New-bugs-announce mailing list