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

Default encoding of certain strings causes INSERT to fail

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.2.0
    • 2.1.3
    • library
    • None

    Description

      The code is:
      query=INSERT INTO epic (KEY, VALUE) VALUES ("Y-11db7305-6adb-4237-b6d7-fa4a3497d2e9",

      { "0": "Y", "1": "&AB", "v": "$C(38)_AB" }

      )
      request = QueryRequest.Create(query);
      request.ScanConsistency(ScanConsistency.RequestPlus);
      queryResult = bucket.Query<dynamic>(request);

      And the errors are:
      error 3000 - syntax error - at end of input
      and sometimes
      error 1050 - No statement or prepared value

      Attachments

        For Gerrit Dashboard: NCBC-965
        # Subject Branch Project Status CR V

        Activity

          People

            simonbasle Simon Baslé (Inactive)
            perry Perry Krug
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty