code that uses the check_sqlite_table function assume check is if 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.
Fixes # (issue)
Please delete options that are not relevant.
[x] Bug fix (non-breaking change which fixes an issue)
Description
code that uses the
check_sqlite_table
function assume check is if 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.Fixes # (issue)
Please delete options that are not relevant.
Contents (#155)
Other