Skip to content

For string-based count (including paging) queries, check if query uses n1ql.selectEntity [DATACOUCH-597] #905

Open
@spring-projects-issues

Description

@spring-projects-issues

Michael Reiche opened DATACOUCH-597 and commented

For string-based count (including paging) queries, check if query uses n1ql.selectEntity

The count queries are constructed by having n1ql.selectEntity resolve to .... COUNT(*) ...
If the query does not contain n1ql.selectEntity, the substitution cannot be made.

A better solution would be to replace everything between SELECT and FROM with COUNT(*).

https://forums.couchbase.com/t/not-able-to-get-pagination-result-with-couchbase-paging-and-sorting-repository/27036


No further details from DATACOUCH-597

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions