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 Bear database for Sqlite header #48

Closed

Conversation

MattHardcastle
Copy link

The plugin sometimes identifies an empty database as the the Bear database. This condition manifests with the following error:

14:30:21 workflow.py:2272 ERROR    no such table: ZSFNOTE

Since the databases are completely empty (0 bytes) this condition can be avoided by ensuring the database has a valid Sqlite 3 file header before considering it.

re: #20

The plugin sometimes identifies an empty database as the the Bear
database. This condition manifests with the following error:

    14:30:21 workflow.py:2272 ERROR    no such table: ZSFNOTE

Since the databases are completely empty (0 bytes) this condition can be
avoided by ensuring the database has a valid Sqlite 3 file header before
considering it.

re: #20
@MattHardcastle MattHardcastle closed this by deleting the head repository Jul 7, 2024
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.

1 participant