Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check_sqlite_table: also check if entires in table #155

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

jcharkow
Copy link
Collaborator

@jcharkow jcharkow commented Nov 1, 2024

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.

  • Bug fix (non-breaking change which fixes an issue)

Contents (#155)

Other

  • 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.
@singjc singjc merged commit 804511a into dev Nov 6, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants