You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added ability for callbacks to have time.Time as arguments
go-sqlite3 can store time.Time values, and also has the fetaure to
register callback function to provide additionaly functions.
However these callback cannot take the mentioned time.Time columns as
input as there is no "dynamic-casting" of these values from TEXT to
time.Time.
With this patch that become possible letting user write custom functions
to do fancy filtering these time.Time columns
0 commit comments