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

sqlite driver-level uri #1097

Merged
merged 1 commit into from
Sep 18, 2022
Merged

sqlite driver-level uri #1097

merged 1 commit into from
Sep 18, 2022

Conversation

davidism
Copy link
Member

If the SQLite URL has uri=true in the query, it is a "driver-level URI" that will start with file:, like sqlite:///file:path.db?uri=true. Detect this when checking relative paths and creating the instance folder.

fixes #998
fixes #1045

@davidism davidism added this to the 3.0 milestone Sep 18, 2022
@davidism davidism merged commit 516d8e0 into main Sep 18, 2022
@davidism davidism deleted the sqlite-uri branch September 18, 2022 20:37
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

SQLite apply_driver_hacks breaking URI usage Sqlite: In-Memory Databases with Shared cache not working
1 participant