Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.12.3
-
None
Description
QSqlQuery sets the timezone on QDateTime after a SQL SELECT on a DATE field (Oracle datatype) although this datatype does not contain timezone information.
This behaviour was introduced after this QTBUG : https://bugreports.qt.io/browse/QTBUG-46271
As explained in this issue, only those fields should have been impacted :
- TIMESTAMP WITH TIMEZONE
- TIMESTAMP WITH LOCAL TIMEZONE
Not :
- TIMESTAMP
- DATE
Attachments
Issue Links
- relates to
-
QTBUG-46271 QOCI driver does not handle timezone information
- Closed