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

Projections with >16 ops do not fall back to fulldoc get and appropriate lookup

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 3.0.0-beta.2
    • None
    • None
    • None
    • 1

    Description

      var long_array = {'fish':Array.from(Array(30).keys())} var upserted_nums=await coll.upsert("test", long_array); var toproject=Array.from(Array(17).keys()).map(x=>`fish[${x}]`) var projected = await coll.get("test", {project: toproject}) var x = await coll.get('fred',{timeout:1e-5});
      

      /usr/local/bin/node /Users/ellis_breen/root/workspaces/couchbase/couchnode_tests/test_cb.js got response:732:165783409672730:1:default Error: An invalid combination of commands was specifiedProcess finished with exit code 0
      

      Attachments

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

        Activity

          People

            brett19 Brett Lawson
            Ellis.Breen Ellis Breen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty