Bug in sqlite3_bind_blob64? Database error code is not set
(1) By anonymous on 2021-06-09 11:02:53 [source]
I've encountered the same situation as this user, namely, I have a call to sqlite3_bind_blob64()
that returns SQLITE_ERROR
, but when I read out the error message from the corresponding sqlite3 *
handle, it says "not an error". It this the intended behavior of this function, or is it a bug?
Thanks,
(2) By Richard Hipp (drh) on 2021-06-09 14:52:17 in reply to 1 [link] [source]
Follow-up comment added on the prior thread.