From ee911e5616ac0b2a334f3121ad7c5ea5040fb089 Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Thu, 25 Sep 2014 16:27:46 +0200 Subject: [PATCH] QSql changes for Qt 5.4.0 changelog Change-Id: I3b2b7b6bbe1089e51f71b5873d004b8f20f41d33 Reviewed-by: Jani Heikkinen Reviewed-by: Andy Shaw --- dist/changes-5.4.0 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dist/changes-5.4.0 b/dist/changes-5.4.0 index c26e205bc0f..f36145cd902 100644 --- a/dist/changes-5.4.0 +++ b/dist/changes-5.4.0 @@ -24,3 +24,10 @@ QtCore - Added QEnableSharedFromThis, a class that allows obtaining a QSharedPointer for an object already managed by a shared pointer. + + +QtSql +----- + + - qsql ibase: fix memory corruption due to LONG being 4 bytes in firebird. + - QSqlDriver::dbmsType(): New method reports DBMS type. Especially useful when using ODBC.