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

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

XMLWordPrintable

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

      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

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

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

              Created:
              Updated:

                There are no open Gerrit changes