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

Add support for file open flags for sqlite3 #4446

Merged
merged 6 commits into from Apr 21, 2021
Merged

Commits on Apr 19, 2021

  1. Add support for mode selection for sqlite3

    Signed-off-by: Boelensman1 <me@wiggerboelens.com>
    Boelensman1 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    c40ade6 View commit details
    Browse the repository at this point in the history
  2. Update types to allow new mode selection config

    Signed-off-by: Boelensman1 <me@wiggerboelens.com>
    Boelensman1 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    07668f5 View commit details
    Browse the repository at this point in the history
  3. Better check on mode flags

    Signed-off-by: Boelensman1 <me@wiggerboelens.com>
    Boelensman1 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    28cb666 View commit details
    Browse the repository at this point in the history
  4. Rename mode to flags

    Signed-off-by: Boelensman1 <me@wiggerboelens.com>
    Boelensman1 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    99c72a1 View commit details
    Browse the repository at this point in the history
  5. Fix types for sqlite3 connection flags

    Signed-off-by: Boelensman1 <me@wiggerboelens.com>
    Boelensman1 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    3f51a40 View commit details
    Browse the repository at this point in the history
  6. Fix pluralization of flags in loop

    Signed-off-by: Boelensman1 <me@wiggerboelens.com>
    Boelensman1 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    fd9ce76 View commit details
    Browse the repository at this point in the history