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

QSqlField: When checking the field type for an aggregated column then it should give the right corresponding data type for the column

XMLWordPrintable

    • 678ab52ccba0b6a6903e9aee404dbe84fb74c91d a570ad0ced6f91eb878f90df2731ceba8f8cfe9f

      QSqlField: When checking the field type for an aggregated column then it should give the right corresponding data type for the column. For example, with this query:

      SELECT SUM(id) FROM testtable
      

      Where id is an integer datatype field, then resulting datatype in the result set should be integer too, but with SQLite it defaults to String instead.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes