Couchbase Discussion Forums

These forums are intended for anyone developing with Couchbase. You’ll find categories discussing Couchbase Capella (DBaaS), Couchbase Server and its SDKs, Autonomous Operator, Couchbase Mobile (including Couchbase Lite and Sync Gateway), as well as components like SQL++, Analytics, Full-Text Search, and more. If you’ve landed here from elsewhere and want to understand more about Couchbase in general, head to couchbase.com or the developer portal at developer.couchbase.com.

Ready to get started? Try Free.

Join our community on Discord!

1 Like

Hi Couchbase Team,

After upgraded to version 6.0.1 some of my queries response incorrect result.

  • The first issue is: select count( fieldId) response incorrect result.
    select count(agentCode) as total from agent where typekey = “AgentProfile” --> get ‘total’ value is 0, expected result is 6391.
    The previous version is response correct result.
  • The second issue is:
    I have table like below:

agentCode: “123456”
id: 65431-6554-3331
meta.id(): 65431-6554-3331.

Field id and meta().id have the same value.
When I join this table with other table using field id response data is blank . However, when using field meta.id() to join table the response data is correct