Uploaded image for project: 'Couchbase node.js Client Library'
  1. Couchbase node.js Client Library
  2. JSCBC-228

New row streaming API for view query caches all the rows in 2.0.8

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.1.1
    • None
    • None
    • Security Level: Public
    • None

    Description

      As discussed on the forum, the new version 2.0.8 save all the docs in an array regardless of which way we use to retrieve the data.
      The culprit is the line 544:
      rows.push(row);

      Can you add a check to see if there is any method attached to the "rows" event before doing the push?

      Attachments

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

        Activity

          People

            brett19 Brett Lawson
            00christian00 00christian00 (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