qtdeclarative/tests/auto/qml/qqmlsqldatabase/data
Ulf Hermann b799e061a3 LocalStorage: Return new version of DB from changeVersion()
This is probably what you want if you change the version of the
database. Without this, you need to reopen the connection, which makes
the code ugly.

Fixes: QTBUG-71838
Change-Id: I6f1e118ba8e102d1043c4658d036c144bbde7229
Reviewed-by: Erik Verbruggen <erik.verbruggen@qt.io>
2018-11-22 10:57:18 +00:00
..
README Rename QDeclarative symbols to QQuick and QQml 2012-02-24 04:51:31 +01:00
changeVersion.qml LocalStorage: Return new version of DB from changeVersion() 2018-11-22 10:57:18 +00:00
changeversion.js Add type name to singleton (module api) implementations. 2012-08-08 07:55:19 +02:00
creation-a.js Add type name to singleton (module api) implementations. 2012-08-08 07:55:19 +02:00
creation.js Add type name to singleton (module api) implementations. 2012-08-08 07:55:19 +02:00
error-a.js Add type name to singleton (module api) implementations. 2012-08-08 07:55:19 +02:00
error-b.js Add type name to singleton (module api) implementations. 2012-08-08 07:55:19 +02:00
error-creation.js Add type name to singleton (module api) implementations. 2012-08-08 07:55:19 +02:00
error-notransaction.js Add type name to singleton (module api) implementations. 2012-08-08 07:55:19 +02:00
error-outsidetransaction.js Add type name to singleton (module api) implementations. 2012-08-08 07:55:19 +02:00
iteration-forwardonly.js Add type name to singleton (module api) implementations. 2012-08-08 07:55:19 +02:00
iteration.js Add type name to singleton (module api) implementations. 2012-08-08 07:55:19 +02:00
nullvalues.js Fix bug in SQL database integration with null values 2016-06-03 14:37:26 +00:00
readonly-error.js Add type name to singleton (module api) implementations. 2012-08-08 07:55:19 +02:00
readonly.js Add type name to singleton (module api) implementations. 2012-08-08 07:55:19 +02:00
reopen1.js Add type name to singleton (module api) implementations. 2012-08-08 07:55:19 +02:00
reopen2.js Add type name to singleton (module api) implementations. 2012-08-08 07:55:19 +02:00
selection-bindnames.js Add type name to singleton (module api) implementations. 2012-08-08 07:55:19 +02:00
selection.js Add type name to singleton (module api) implementations. 2012-08-08 07:55:19 +02:00

README

These tests are executed in sequence - the database persist until the end of the
testing. This is done to better exercise the persistence of the database, since
that is how it is used.