-
Notifications
You must be signed in to change notification settings - Fork 6
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
Override fts5
?
#22
Comments
Output
I also tested |
Oooh that's not good. I think this has to do with a bug from a previous version of I'm having trouble reproducing - I ran what you have but it seemed to work fine. A few questions:
Thanks for reporting! |
I just run The I cloned your two repositories, it works. and the |
Ok cool, thanks for the info! So it does appear to be the issue I alluded to earlier - the The Could you try something like this in your Cargo.toml? sqlite-loadable = { version = "0.0.6-alpha.6", features=["static"]} I tried this locally but ran into some version conflicts. Might need to push a new update to |
I encountered the same version conflicts.
|
Hi, I created a PR that may fix the conflicts. I hope you can merge it. |
When I was loading this extension, the
fts5
function was missing.Used
sqlite3_auto_extension
inrusqlite
Dependencies
Code
But when I comment out these lines:
it works.
Is there any error in my code? I'm curious why, these should be two unrelated extensions.
The text was updated successfully, but these errors were encountered: