forked from qt-creator/qt-creator
Because LibraryInitializer has no state it should be fine if it is used like intended. The exception is anyway fatal. Change-Id: I397e5b03e63d69f1468b46a8f333522629f1d882 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
SQLite
Minimum version is the same as the sqlite version in the source tree.
We compile SQLite with the flowing settings:
- SQLITE_THREADSAFE=2
- SQLITE_ENABLE_FTS5
- SQLITE_ENABLE_UNLOCK_NOTIFY
- SQLITE_ENABLE_COLUMN_METADATA
- SQLITE_ENABLE_JSON1
Be prepared that we demand more functionality from SQLite in the future.