Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
check_sqlite_table: also check if entires in table
code that uses this funciton assume the table is present and sometimes also that there are entries in the table (table is not empty). To ensure this does not crash in instances where the table is present but is empty, also check that the table is not empty.
- Loading branch information