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

Fix warning about version >= 3.41.0 requirement #72

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 1, 2023

  1. Fix warning about version >= 3.41.0 requirement

    Current message states that SQLite version needs to be below 3.41.0 for 2nd parameter when in fact it needs to be at or above.
    
    * Change messaging to be at or above as that is the requirement set in the parent if statement
    * Update minor grammatical issue
    
    Closes asg017#11
    mkly committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    87538bf View commit details
    Browse the repository at this point in the history