apsw icon indicating copy to clipboard operation
apsw copied to clipboard

Calling RBU extension functions?

Open rcoup opened this issue 7 years ago • 1 comments

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?

rcoup avatar Jul 17 '18 15:07 rcoup

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.)

rogerbinns avatar Oct 05 '18 18:10 rogerbinns