Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
4.7.0
-
81fc8ec995a07909e59602b9281fbebfff4bd94c, c32ec4e928895a85aa10ce47a73c2bd439e7fc89
Description
This change http://qt.gitorious.org/qt/qt/commit/f8f255553f3640355d3e196e100778256741701c
caused the qlonglong processing performance dropped very much because of the following line in QTDIR\src\sql\drivers\oci\qsql_oci.cpp changed from
static const ub1 qOraCharsetForm = SQLCS_IMPLICIT;
to
static const ub1 qOraCharsetForm = SQLCS_NCHAR;