[sqlite] compile switches: SQLITE_OMIT_ATTACH & SQLITE_OMIT_VIRTUALTABLE

2016-03-09 Thread Stephan Beal
On Tue, Mar 8, 2016 at 2:47 PM, Gert Corthout wrote: > hello, > when I compile the amalgation with these compile > switches:SQLITE_OMIT_VIRTUALTABLEorSQLITE_OMIT_VIRTUALTABLE > https://www.sqlite.org/compile.html If any of these options are defined, then the same set of SQLITE_OMIT_* options

[sqlite] compile switches: SQLITE_OMIT_ATTACH & SQLITE_OMIT_VIRTUALTABLE

2016-03-08 Thread Gert Corthout
hello, when I compile the amalgation with these compile switches:SQLITE_OMIT_VIRTUALTABLEorSQLITE_OMIT_VIRTUALTABLE the amalgation fails to compile: the implementation of some functions are removed but the definition + call to these functions still exist. I use VS 2010 to compile. This is the