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 Database.Sqlite.open' which takes a ByteString #1486

Merged
merged 2 commits into from
Oct 4, 2023
Merged

add Database.Sqlite.open' which takes a ByteString #1486

merged 2 commits into from
Oct 4, 2023

Commits on Mar 23, 2023

  1. add open' which takes a ByteString

    This allows using a sqlite database that is in a directory whose name
    cannot be expressed using Text.
    
    Fixes #1481
    joeyh committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    9d3bbf4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    2f5366a View commit details
    Browse the repository at this point in the history