JCR-SQL2 : no count when WHERE clause is provided
-------------------------------------------------
Key: JCR-2765
URL: https://issues.apache.org/jira/browse/JCR-2765
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: sql
Reporter: Clemens Wyss
whenever you provide a where-clause to a sql2 select, jcr/jackrabbit does not
provide the hit count.
E.g.:
select * from [nt:unstructured]
order by [jcr:score]
returns the hit count (query.execute().getRows().getSize()),
whereas
select * from [nt:unstructured]
where entity = "customer"
order by [jcr:score]
doesn't.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.