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 erlendaasland
Recipients berker.peksag, erlendaasland, serhiy.storchaka
Date 2021-02-22.14:37:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614004633.85.0.0676920983033.issue43296@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-02-22 14:37:13erlendaaslandsetrecipients: + erlendaasland, berker.peksag, serhiy.storchaka
2021-02-22 14:37:13erlendaaslandsetmessageid: <1614004633.85.0.0676920983033.issue43296@roundup.psfhosted.org>
2021-02-22 14:37:13erlendaaslandlinkissue43296 messages
2021-02-22 14:37:13erlendaaslandcreate