couchbaselabs / node-ottoman

Node.js ODM for Couchbase
https://ottomanjs.com/
Apache License 2.0
287 stars 98 forks source link

View query running failed with couchbase sdk 4.2.8 #763

Closed superbogy closed 2 months ago

superbogy commented 5 months ago

Hi, we are heavily using view query now. But the Couchbase SDK of ottomanjs 4.2.8 was wrapped in quotes for the query options like key idRange etc. Which makes view query always fail. This issue was reported at https://issues.couchbase.com/browse/JSCBC-1214 and fixed in the current Couchbase SDK 4.3.0. Please update the Couchbase SDK to the latest version to make the view query run correctly in ottomanjs. Thank you.

ejscribner commented 2 months ago

Thanks @superbogy, and sorry for the delayed response! We should have a release in the coming week or two that will bump the underlying Couchbase SDK to latest.