qt5base-lts/tests/auto/sql
Andy Shaw ae42461f44 MySQL: Handle TIME types as a string to allow the full range of data
As the full range of TIME is '-838:59:59' to '838:59:59' then we cannot
use QTime as the object to store this data in. Therefore a QString is
used instead for passing the data to and from. This does not impact
existing code using QTime already as it will still convert it from
the QString to a QTime to give the same result as before.

[ChangeLog][QtSql][MySQL] The TIME data type is now treated like a
string-based type in order to respect the full range of the TIME data
type.

Task-number: QTBUG-57028
Change-Id: Ieb7105bff3043b845f76bc873d088e6bac1e4f10
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2018-06-06 11:14:03 +00:00
..
kernel MySQL: Handle TIME types as a string to allow the full range of data 2018-06-06 11:14:03 +00:00
models Show the display role inside the editor for the relation in a QComboBox 2018-05-29 22:08:28 +00:00
sql.pro Moved sql autotests into new directory structure 2011-09-06 09:32:15 +02:00