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
I use sqflite: 2.4.0. When loading extension on configure callback of database I am getting such an error (part of the logs I clear out for clarity)
,,
...
E/SQLiteLog( 4717): (1) no such function: load_extension in "SELECT load_extension('/data/user/0/com.example.myapp/databases/vec_ext.so');"
...
"
Just wondering is loading extensions are supported at all in this sqlite build ?
The text was updated successfully, but these errors were encountered:
I use sqflite: 2.4.0. When loading extension on configure callback of database I am getting such an error (part of the logs I clear out for clarity)
,,
...
E/SQLiteLog( 4717): (1) no such function: load_extension in "SELECT load_extension('/data/user/0/com.example.myapp/databases/vec_ext.so');"
...
"
Just wondering is loading extensions are supported at all in this sqlite build ?
The text was updated successfully, but these errors were encountered: