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

QSQL: Getting a list of placeholders to bind, prior to binding

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P3: Somewhat important
    • Some future release
    • 4.5.1
    • SQL Support
    • None

    Description

      It would be good if it was possible to have the list of placeholders to bind, prior to binding.
      Right now you can only retrieve the already bound values.

      Apparently this is available from SQLite, when compiled with the proper
      switch:

      http://www.sqlite.org/c3ref/bind_parameter_count.html
      http://www.sqlite.org/c3ref/bind_parameter_name.html
      http://www.sqlite.org/c3ref/bind_parameter_index.html

      Attachments

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

        Activity

          People

            mabrand Mark Brand
            xcm Martin Petersson (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes