forked from qt-creator/qt-creator
We expect mostly a string view which has no null termination. Code which depends on null termination is broken and it is better break early. Change-Id: I7c2c41fb114e6aaf3a23053b522b37f7af5e1abf 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.