SQL/OCI: Compile with QT_NO_CAST_FROM_ASCII
Don't know why this even went through the ci. Pick-to: 6.5 Change-Id: I9f0d1cee0c600c98f5b71bdd10f8f0260e43afcf Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
3cb5408e9e
commit
cdbfaf1b65
@ -141,7 +141,7 @@ QOCIDateTime::QOCIDateTime(OCIEnv *env, OCIError *err, const QDateTime &dt)
|
||||
const QDate date = dt.date();
|
||||
const QTime time = dt.time();
|
||||
// Zone in +hh:mm format
|
||||
const QString timeZone = dt.toString("ttt");
|
||||
const QString timeZone = dt.toString("ttt"_L1);
|
||||
const OraText *tz = reinterpret_cast<const OraText *>(timeZone.utf16());
|
||||
OCIDateTimeConstruct(env, err, dateTime, date.year(), date.month(), date.day(), time.hour(),
|
||||
time.minute(), time.second(), time.msec() * 1000000,
|
||||
|
Loading…
Reference in New Issue
Block a user