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
2025/01/02 11:01:08 /**/app/dao/db.go:58 not authorized
[0.026ms] [rows:0] SELECT load_extension('/**/libsqliteipv4.so')
but when I connect db file use shell cmd, use .dbconfig can see load_extension is default on, and exec SELECT load_extension('./libsqliteipv4.so') is OK!
sqlite>.dbconfig
...
load_extension on
I have check that go-sqlite default is enabled load extension, but why I got this exception? and how can I fix, pls help
The text was updated successfully, but these errors were encountered:
Hi, I use gorm sqlite(underlay use go-sqlite3) as my project's sql driver , and when I try to load an extension like below
I got an error.
but when I connect db file use shell cmd, use .dbconfig can see load_extension is default on, and exec
SELECT load_extension('./libsqliteipv4.so')
is OK!I have check that go-sqlite default is enabled load extension, but why I got this exception? and how can I fix, pls help
The text was updated successfully, but these errors were encountered: