Files
qt-creator/src/libs/sqlite
Marco Bubke c9d45d1bc0 Utils: Remove null termination from SmallString
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>
2022-08-16 16:15:51 +00:00
..
2021-03-17 09:11:52 +00:00
2022-06-23 10:33:14 +00:00
2021-12-14 16:50:10 +00:00
2022-07-07 17:50:55 +00:00
2021-12-09 13:13:47 +00:00
2022-07-21 14:03:40 +00:00
2021-06-14 12:08:31 +00:00
2022-06-23 10:33:14 +00:00
2022-07-21 14:03:52 +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.