qt5base-lts/tests/auto/sql
Christian Ehrlicher f5213ab799 QMySQL: return QVariant::ByteArray for POINT column
qDecodeMYSQLType() did not handle FIELD_TYPE_GEOMETRY and therefore the
type for a POINT column was incorrectly treated as QVariant::String.
Even the type can not (yet) be properly decoded to a QPoint, treating it
as QVariant::ByteArray is the better option here.

Fixes: QTBUG-72140
Change-Id: I12e75b326ae3acb75cb36f2e650464528bd43c0e
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
2020-03-15 23:00:41 +01:00
..
kernel QMySQL: return QVariant::ByteArray for POINT column 2020-03-15 23:00:41 +01:00
models Convert uses of QTime as a timer to QElapsedTimer 2019-06-14 10:42:33 +02:00
sql.pro