Uploaded image for project: 'Couchbase Go SDK'
  1. Couchbase Go SDK
  2. GOCBC-15

ViewQuery Key/Keys methods marshall strings instead of all types.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 0.2.0
    • 0.1.0
    • library
    • None

    Description

      Currently, the Key and Keys method for viewqueries accept string or []string, rather than interface{} or []interface{}. This means that the internal JSON marshalling will always marshal to string, even if the value we want to search for would be an integer or array value.

      Attachments

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

        Activity

          People

            brett19 Brett Lawson
            brett19 Brett Lawson
            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