[New-bugs-announce] [issue43296] [sqlite3] sqlite3_value_bytes() should be called after sqlite3_value_blob()

Erlend Egeberg Aasland report at bugs.python.org
Mon Feb 22 09:37:13 EST 2021


New submission from Erlend Egeberg Aasland <erlend.aasland at innova.no>:

The sqlite3_value_*() API is almost identical to the sqlite3_column_*() API. sqlite3_value_bytes() should be called after we've converted the value using sqlite3_value_blob().

See also bpo-43249.

----------
components: Library (Lib)
messages: 387516
nosy: berker.peksag, erlendaasland, serhiy.storchaka
priority: normal
severity: normal
status: open
title: [sqlite3] sqlite3_value_bytes() should be called after sqlite3_value_blob()
type: behavior
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43296>
_______________________________________


More information about the New-bugs-announce mailing list