summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.2.0
diff options
context:
space:
mode:
authorTobias Koenig <tobias.koenig@kdab.com>2013-10-28 09:25:11 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-04 09:52:36 +0100
commit1f6dfa774959830a915f3e2a7b0561ca29b8c485 (patch)
tree952b5fcdc0cf6984bebdd2aae4b06b844bf4564e /dist/changes-5.2.0
parent3b48a65e99839c9427923c03b4e2a87a8465d165 (diff)
Add QSQLITE_OPEN_URI database connection flag
This flag enables the URI mode for database names in the SQLite backend. Without this flag, it's not possible to use URIs like 'file:somedb?mode=memory&cache=shared' to create shared, in-memory databases. Change-Id: I2938184dad1f27c7af454385ca305bd4f6ed1a5e Reviewed-by: Mark Brand <mabrand@mabrand.nl>
Diffstat (limited to 'dist/changes-5.2.0')
-rw-r--r--dist/changes-5.2.01
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0
index c0db0f28f9..2536076f12 100644
--- a/dist/changes-5.2.0
+++ b/dist/changes-5.2.0
@@ -148,6 +148,7 @@ Changes in Qt 5.1.0 (missing from released changelog dist/changes-5.1.0)
Changes in Qt 5.2.0
- [QTBUG-29261] IBASE: Construct a valid QTime when creating timestamps for iBase SQL driver.
- [QTBUG-33389] PSQL: Format QDateTime following ISO8601.
+- Add QSQLITE_OPEN_URI option to QSQLITE driver
****************************************************************************
* Platform Specific Changes *