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

QIBase - add support for CREATE DATABASE (SET TRANSACTION)

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes