On 09/14/2011 03:38 PM, Baruch Burstein wrote:
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?

You need to build from the full sources, not the amalgamation
package to use OMIT_VIRTUAL_TABLE. See the first "Important Node"
here:

  http://www.sqlite.org/compile.html#omitfeatures
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to