Open hwchen opened 7 years ago
in sqlite, create acs_tables by using a select distinct from acs_vars. Instead of current strategy of creating a hashmap to store distinct table names.
select distinct
in sqlite, create acs_tables by using a
select distinct
from acs_vars. Instead of current strategy of creating a hashmap to store distinct table names.