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

QIBASE driver fails to build when linking against Firebird v2.5

XMLWordPrintable

    • All
    • 0e465a358 (dev), fbbebc2df (6.10), 7f4a0e23b (6.9), 8a4376b96 (tqtc/lts-6.8)

      QIBASE driver fails to build when linking against Firebird v2.5. The reason is that Firebird v2.5 doesn't support SQL_BOOLEAN type constant. So the suggested solution is to surround all instances where it is used with a 

      #if (FB_API_VER >= 30)
      ...
      #endif

      block. Attached the modified source for your convenience

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

            chehrlic Christian Ehrlicher
            stoeckerb Bernhard Stöcker
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes