Files
qt-creator/src/libs/sqlite
Marco Bubke b758bb7e50 Sqlite: Make carray bind const
Carray is not changing the pointer so it is fine to use a const pointer.

Change-Id: Iad89666b6f543496e39cfeff17e069feb2002ff5
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2021-07-29 12:16:19 +00:00
..
2021-05-31 16:43:02 +00:00
2021-03-17 09:11:52 +00:00
2021-05-31 16:43:02 +00:00
2020-06-05 09:52:42 +00:00
2021-06-14 12:08:31 +00:00
2021-06-14 12:08:31 +00:00
2020-10-16 10:01:21 +00:00
2018-01-16 14:00:28 +00:00
2017-06-14 08:46:21 +00:00
2017-06-14 11:49:33 +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.