Skip to content
Verified Commit e70a7a55 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Remove the QSQLITE3 driver

Initially, this fork of the upstream QSQLITE driver has been introduced
because the upstream driver was lacking some features needed for proper
concurrency and multi-threading support. However, those features only
really make sense when using the Shared Cache mode, which has been
deprecated for years and we have moved away from it recently in favor of
the modern WAL mode. With the WAL mode, this fork has no real benefit
over the upstream Qt driver (other than being outdated). Therefore we
can remove it and use the upstream one everywhere.
parent 0876737b
Pipeline #437101 passed with stage
in 12 minutes and 28 seconds
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