-
Notifications
You must be signed in to change notification settings - Fork 51
SQLITE_ENABLE_DBSTAT_VTAB #231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I also tried:
|
Sure it's a simple add to the |
I also noticed that we do not use @orsinium let me get this in and I can cut a |
@orsinium released under |
It works! Thank you :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to query the dbstat table I get the following exception:
My noob understanding of the issue is that exlite ships with a sqlite version inside that is built without the "SQLITE_ENABLE_DBSTAT_VTAB" compile-time option. Is there a way to set it? I tried to
export EXQLITE_USE_SYSTEM=1
andexport SQLITE_ENABLE_DBSTAT_VTAB=1
and thenmix deps.compile --force
, nothing worked so far.The text was updated successfully, but these errors were encountered: