storing driver.Value type string into type *time.Time
Author: volker-raschekCreated Jun 27, 2021Updated Nov 5, 2025
Hello all,
I am trying to rebuild an application with the RETURNING clause introduced in version 3.35.
https://www.sqlite.org/lang_returning.html
However, I always get an error that it does not match the data types unsupported Scan, storing driver.Value type string into type *time.Time.
I have reproduced the whole thing in the following projects and would like you to have a look at it to tell me if it is a bug of mine or if the library can't handle it.
Source: mattn/go-sqlite3