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

Change QSqlQuery::boundValues() to return a QList<QPair<QString, QVariant>> instead of a QMap

XMLWordPrintable

    • 8ba9d2e0220777bc1a2322eeece7fa9a5c55a96d (qt/qtbase/dev)

      Change QSqlQuery::boundValues() to return a QList<QPair<QString, QVariant>> instead of a QMap as this will ensure that there is no accidental sorting going on inside the map when using the bound values as the list is kept as is.

      This will enable the code for QSqlResultPrivate::fieldSerial() to be streamlined better too.

        For Gerrit Dashboard: QTBUG-51609
        # Subject Branch Project Status CR V

            andysh Andy Shaw
            andysh Andy Shaw
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes