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

QIBase - add support for CREATE DATABASE (SET TRANSACTION)

    XMLWordPrintable

Details

    • Task
    • Resolution: Won't Do
    • P3: Somewhat important
    • Some future release
    • None
    • SQL Support
    • None

    Description

      It is currently not possible to call this command.

      This limitation is due because we are calling the prepare and execute API but as written in the InterBase documentation:
      http://www-it.hive.no/linux/ib/API.pdf

      "You must call isc_dsql_execute_immediate() for CREATE DATABASE and
      SET TRANSACTION; you cannot prepare and execute such statements by
      calling isc_dsql_prepare() and isc_dsql_execute()."

      It would be nice to add support for those.

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            sanonymous Nokia Qt Support (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes