When using OMIT_VIRTUALTABLE, I get a warning at line 11688 (3.7.7.1
amalgamation) that sqlite3GetVTable is used but never defined.
If I add

#ifndef SQLITE_OMIT_VIRTUALTABLE

#endif

around it, I get an error at line 81609, because this function is actually
used there!

a) Is this a bug, and when will it be fixed?
b) Can someone suggest a quick workaround?
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to