Uploaded image for project: 'Couchbase Python Client Library'
  1. Couchbase Python Client Library
  2. PYCBC-1200

N1QL QueryOptions raw option support

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • 3.2.4
    • None
    • None
    • None
    • 1

    Description

      The N1QL QueryOptions has an option to pass in options as key, value pairs via the raw option. However, the raw option does not propagate to the bindings and thus doesn't propagate to libcouchbase (which executes the query).

      Fix:

      • Update how the raw option is handled when building out the query
      • parse the options provided in the raw option (the raw option is a key,value map)
      • pass the options provided in the raw option as encoded JSON along with other query options to libcouchbase

      Attachments

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

        Activity

          People

            jared.casey Jared Casey
            jared.casey Jared Casey
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty