From 1f6dfa774959830a915f3e2a7b0561ca29b8c485 Mon Sep 17 00:00:00 2001 From: Tobias Koenig Date: Mon, 28 Oct 2013 09:25:11 +0100 Subject: 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 --- dist/changes-5.2.0 | 1 + 1 file changed, 1 insertion(+) (limited to 'dist') 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 * -- cgit v1.2.3