On 10/20/17, Liam Staskawicz <[email protected]> wrote: > Hi, > > I'm just getting started exploring the vfs capabilities of sqlite, and > am interested in providing a binary blob argument to xCreate(),
No. The arguments to xCreate() are copies of the arguments to the CREATE VIRTUAL TABLE statement that creates the virtual table, and the SQL language is written in text, so the arguments to xCreate must also be text. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

