Commit 1f6dfa77 authored by Tobias Koenig's avatar Tobias Koenig Committed by The Qt Project
Browse files

Add QSQLITE_OPEN_URI database connection flag


This flag enables the URI mode for database names in the SQLite
backend. Without this flag, it's not possible to use URIs like
    'file:somedb?mode=memory&cache=shared'
to create shared, in-memory databases.

Change-Id: I2938184dad1f27c7af454385ca305bd4f6ed1a5e
Reviewed-by: default avatarMark Brand <mabrand@mabrand.nl>
parent 3b48a65e
No related merge requests found
Showing with 4 additions and 0 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment