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
errUserAuthNoLongerSupported=errors.New("sqlite3: the sqlite_userauth tag is no longer supported as the userauth extension is no longer supported by the SQLite authors, see https://github.com/mattn/go-sqlite3/issues/1341").
32
33
)
33
34
34
35
// Authenticate will perform an authentication of the provided username
@@ -45,7 +46,7 @@ var (
45
46
// If the SQLITE_USER table is not present in the database file, then
46
47
// this interface is a harmless no-op returning SQLITE_OK.
0 commit comments