Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-61613

Panic in annotatedValue.Type under objectValue.WriteJSON

    XMLWordPrintable

Details

    • Untriaged
    • 0
    • Unknown

    Description

      select t from (select 1) t

      The issue is we're not tracking the reference 't' when set in the projection; when the incoming item in InitialProject is recycled, it recycles its values - which includes the value referenced in the projection.

      (A star expansion isn't affected as we're copying - similarly adding an EXCLUDE clause referencing a non-existent member of 't' results in a copy and we avoid this too.)

      Attachments

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

        Activity

          People

            Donald.haggart Donald Haggart
            Donald.haggart Donald Haggart
            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