New submission from Christian Heimes <[EMAIL PROTECTED]>: 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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue3659> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com