wxSQLite3 4.9.12
|
Compile time switches for the wxSQLite3 class. More...
Macros | |
#define | WXSQLITE3_HAVE_LOAD_EXTENSION 0 |
#define | WXSQLITE3_USE_NAMED_COLLECTIONS 1 |
Compile time switches for the wxSQLite3 class.
#define WXSQLITE3_HAVE_LOAD_EXTENSION 0 |
To enable SQLite's loadable extension feature define WXSQLITE3_HAVE_LOAD_EXTENSION as 1 here. Attention: SQLite needs to be compiled without SQLITE_OMIT_LOAD_EXTENSION for this to work
#define WXSQLITE3_USE_NAMED_COLLECTIONS 1 |
To disable support for named collections define WXSQLITE3_USE_NAMED_COLLECTIONS as 0 here. Attention: if WXSQLITE3_USE_NAMED_COLLECTIONS is defined as 1 (default) SQLite needs to be compiled without SQLITE_OMIT_VIRTUALTABLE for this to work