summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2014-09-25 16:27:46 +0200
committerMark Brand <mabrand@mabrand.nl>2014-09-30 09:54:47 +0200
commitee911e5616ac0b2a334f3121ad7c5ea5040fb089 (patch)
treee631dd1f6adbd19f44da663b5e43c6be4bb859b4 /dist
parent38c4ccbfe675541b1eee72982b04d8b51fc90c95 (diff)
QSql changes for Qt 5.4.0 changelog
Change-Id: I3b2b7b6bbe1089e51f71b5873d004b8f20f41d33 Reviewed-by: Jani Heikkinen <jani.heikkinen@digia.com> Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.4.07
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/changes-5.4.0 b/dist/changes-5.4.0
index c26e205bc0..f36145cd90 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.