seph
11/18/2019, 8:35 PMzwass
11/18/2019, 8:36 PMJams
11/18/2019, 8:37 PM--disable_tables VALUE Comma-delimited list of table names to be disabled
achieve this?seph
11/18/2019, 8:38 PMgroob
11/18/2019, 9:30 PMSKIP_TABLES=true
seph
11/18/2019, 9:34 PMgroob
11/18/2019, 9:34 PMseph
11/18/2019, 9:35 PMgroob
11/18/2019, 9:37 PMseph
11/18/2019, 9:37 PMgroob
11/18/2019, 9:37 PMif(NOT SKIP_TABLES)
add_subdirectory(tables)
Stefano Bonicatti
11/19/2019, 12:51 AMseph
11/19/2019, 3:54 AMvirtual_table.cpp:1057
has a check against it.
If the table is disabled, then it’s not loaded. But it’s already loaded in the registry, and sqlite has a basic schema? Clearly I’m missing something.