Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-14640

regression: performance problem with qlonglong due to treating qlongloang as SQLCS_NCHAR

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 4.7.2
    • 4.7.0
    • SQL Support
    • 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;

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            charles Charles Yin (closed Nokia identity) (Inactive)
            sanonymous Nokia Qt Support (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes