[issue8033] sqlite: broken long integer handling for arguments to user-defined functions

Martin v. Löwis report at bugs.python.org
Wed Jan 5 20:12:54 CET 2011


Martin v. Löwis <martin at v.loewis.de> added the comment:

Alternatively, val_int should have type sqlite3_int64, which is the return type of sqlite3_value_int64.

----------
nosy: +loewis

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


More information about the Python-bugs-list mailing list