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

Remove support for backends that do not support foreign keys

Support for backends without foreign key support has been introduced
in the ancient days when SQLite did not still support them. Now that
SQLite supports foreign keys (it does since 2009) and Akonadi makes
use of them (since 2018), there's no longer need to have checks for
foreign key support and fallback code paths for cases when FKs are
not supported.
parent 87e21bd1
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