Uploaded image for project: 'Couchbase Documentation'
  1. Couchbase Documentation
  2. DOC-12050

Feedback on Couchbase Transactions | Couchbase Docs

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      Multiple statement example appears to hang with 'executing'.
      Used copy button.
      Tried doing with copy and paste as text.

      If use format, the comments and lines of code become all messed up.

      result is
      [
      {
      "_sequence_num": 1,
      "_sequence_query": "-- Start the transaction\r\nBEGIN WORK;",
      "_sequence_query_status": "executing",
      "_sequence_result":

      { "status": "Executing statement" }

      }
      ]

      Tried running in latest Edge and Chrome.
      Using docker image couchbase/server:enterprise-7.6.0
      When go to monitor, nothing there but normal system query.

      When removed all comments and lines with no code, new result:
      [
      {
      "_sequence_num": 1,
      "_sequence_query": "BEGIN WORK;",
      "_sequence_query_status": "executing",
      "_sequence_result":

      { "status": "Executing statement" }

      }
      ]

      So really appears to be having trouble with ';'. Fun fun.
      Had the same problem when trying to make multiple indexes. Had to create indexes individually.

      Reporter: Tim Schwallie
      E-mail: tws680430@yahoo.com

      Attachments

        Issue Links

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

          Activity

            People

              simon.dew Simon Dew
              docsite-collector Docs Site Collector
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty