Files
qt-creator/src/libs/sqlite
Marco Bubke 49c85bbf70 QmlDesigner: Let ~LibraryInitializer() throw exception
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>
2023-04-17 14:59:31 +00:00
..
2021-03-17 09:11:52 +00:00
2023-03-27 14:36:24 +00:00
2023-03-27 14:36:24 +00:00

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.