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

PSQL driver table name case sensitivity

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P2: Important
    • None
    • 5.15.0
    • SQL Support
    • None

    Description

      The tablename in QPSQLDriver::primaryIndex and QPSQLDriver::record now is case sensitive, that breaks many places where table name assumed to be case insensitive, eg QSqlTableModel.

      In Qt 5.12.9 there was toLower():

      tbl = std::move(tbl).toLower();
      

      Attachments

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

        Activity

          People

            chehrlic Christian Ehrlicher
            hellclown Dmitry Yelizarov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes