Uploaded image for project: 'Couchbase .NET client library'
  1. Couchbase .NET client library
  2. NCBC-1194

Bucket.Exists() returns False for a document that DOES exist when using Swedish Characters (at least) in document ID

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • Major
    • 2.3.9
    • 2.3.5
    • library
    • None
    • SDK39: CLQ, Docs

    Description

      To reproduce:

      Insert document into bucket with key "ääåaasdaéö" (contains all the Swedish special characters).

              private static readonly Cluster Cluster = new Cluster(config);
       
              private static void Main(string[] args)
              {
                  using (var bucket = Cluster.OpenBucket("default"))
                  {
                      var check = bucket.Exists("ääåaasdaéö"); // Returns False
                  }
               }
      

      Attachments

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

        Activity

          People

            mike.goldsmith Michael Goldsmith
            sleigh Simon Leigh (Inactive)
            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