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
wants to merge 1 commit into from
Closed

Check Bear database for Sqlite header #48

wants to merge 1 commit into from

Commits on Jul 4, 2024

  1. Check Bear database for Sqlite header

    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 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    2a42b8a View commit details
    Browse the repository at this point in the history