Hello,
How do you configure SqLite 3 with some of the SQLITE_OMIT_* omits.
For example, this results in a compilation error.
CFLAGS="-DSQLITE_OMIT_ALTERTABLE" ./configure --enable-threadsafe --disable-tcl make clean make # fails during make
Hello,
How do you configure SqLite 3 with some of the SQLITE_OMIT_* omits.
For example, this results in a compilation error.
CFLAGS="-DSQLITE_OMIT_ALTERTABLE" ./configure --enable-threadsafe --disable-tcl make clean make # fails during make