summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2018-05-22 15:22:23 +0200
committerAndy Shaw <andy.shaw@qt.io>2018-06-06 11:14:03 +0000
commitae42461f44cf63a66a087cf8c2660c3d914f474c (patch)
tree80048bbea2649c883edd76dfc58582aa09826b41 /src/src.pro
parenteb655b7a1a0d4c8578b24fef490e72769cff0a65 (diff)
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>
Diffstat (limited to 'src/src.pro')
0 files changed, 0 insertions, 0 deletions