qtbase/tests/auto/sql
Christian Ehrlicher 7f24d89521 SQL/ODBC: fix reading REAL values
Reading out data of type REAL was broken since
b211148e4b due to the fact that
QMetaType::Float was not handled within QODBCResult::data().
It was also not possible to read out the correct data with the help of
QSql::HighPrecision due to a wrong length given to qGetStringData().

Pick-to: 6.10 6.9 6.8
Fixes: QTBUG-138642
Task-number: QTBUG-8963
Change-Id: I90a003a0b1625f37931468c3994418a1dc3a03c4
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
2025-07-31 03:12:38 +02:00
..
kernel SQL/ODBC: fix reading REAL values 2025-07-31 03:12:38 +02:00
models QSqlTableModelTest: misc cleanup 2025-02-21 12:46:03 +01:00
CMakeLists.txt