Skip to content
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

Calling RBU extension functions? #251

Open
rcoup opened this issue Jul 17, 2018 · 1 comment
Open

Calling RBU extension functions? #251

rcoup opened this issue Jul 17, 2018 · 1 comment

Comments

@rcoup
Copy link

rcoup commented Jul 17, 2018

https://www.sqlite.org/rbu.html describes the key RBU extension functions (sqlite3rbu_*), and the full set is in https://sqlite.org/src/doc/trunk/ext/rbu/sqlite3rbu.h

While APSW allows me to build sqlite with the RBU extension included, is there a way to actually call the RBU functions?

@rogerbinns
Copy link
Owner

You are correct. I thought the SQL level stuff would be sufficient while adding, but at the end discovered that it can't be used at all without them. Doing this is on the list, but will take a while. (The time goes on documentation, testing, error handling etc.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants