qt5base-lts/tests/auto/sql/kernel
BogDan Vatra e84dc809e2 Say hello to QtVFS for SQLite3
This patch allows to open databases using QFile. This way it
can open databases from RW locations as android shared storage
or even from RO resources e.g. qrc or android assets.

[ChangeLog][QtSql][SQLite3 driver] QtVFS for SQLite3 allows to open
databases using QFile. This way it can open databases from RW
locations such as android shared storage, or even from read-only
resources e.g. qrc or android assets.

Fixes: QTBUG-107120
Change-Id: I889ad44de966c96105fe1954ee4eda175dd5a886
Reviewed-by: Christian Ehrlicher <ch.ehrlicher@gmx.de>
2023-07-02 17:12:02 +00:00
..
qsql SQL: Make QSqlDatabase::DriverDict creation thread-safe 2023-05-24 17:27:55 +02:00
qsqldatabase SQL/Tests: make sure created procedures are cleaned up on exit 2023-04-15 13:56:21 +02:00
qsqldriver SQL/IBASE: Always escape the table names when creating the SQL statement 2023-04-07 15:48:57 +01:00
qsqlerror QSqlError: also compare nativeErrorCode() in operator==() / operator!=() 2023-04-03 15:52:03 +00:00
qsqlfield QSqlField: add move ctor & move operator 2023-04-26 19:56:07 +00:00
qsqlindex QSqlIndex: add move ctor & move operator 2023-03-31 18:36:29 +02:00
qsqlquery SQL/Tests: make sure created procedures are cleaned up on exit 2023-04-15 13:56:21 +02:00
qsqlrecord tests: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-17 21:56:49 +01:00
qsqlresult tests: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-17 21:56:49 +01:00
qsqlthread SQL/Tests: use TableScope where possible 2023-04-07 20:38:13 +02:00
qvfssql Say hello to QtVFS for SQLite3 2023-07-02 17:12:02 +00:00
CMakeLists.txt Say hello to QtVFS for SQLite3 2023-07-02 17:12:02 +00:00