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

Correct spurious sqlite errors #1737

Merged
merged 1 commit into from
Feb 26, 2024
Merged

Correct spurious sqlite errors #1737

merged 1 commit into from
Feb 26, 2024

Conversation

ELadner
Copy link
Collaborator

@ELadner ELadner commented Feb 25, 2024

Trying to get data from an array that doesn't have a supporting table created yet produces sqlite errors.

In several cases, just create the table before trying to insert/select from it.

No harm to the data. If it already exists, nothing happens and if it didn't exist, it will now exist and be empty.

@Daztek Daztek merged commit 89b5a9a into nwnxee:master Feb 26, 2024
5 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