Message387516
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. |
|
Date |
User |
Action |
Args |
2021-02-22 14:37:13 | erlendaasland | set | recipients:
+ erlendaasland, berker.peksag, serhiy.storchaka |
2021-02-22 14:37:13 | erlendaasland | set | messageid: <1614004633.85.0.0676920983033.issue43296@roundup.psfhosted.org> |
2021-02-22 14:37:13 | erlendaasland | link | issue43296 messages |
2021-02-22 14:37:13 | erlendaasland | create | |
|