21 Jan
2013
21 Jan
'13
11:34 a.m.
On 2013-01-21 19:05 , Marius Dumitru Florea - [email protected] wrote:
On Mon, Jan 21, 2013 at 10:51 AM, <[email protected]> wrote:
Hi, I'm trying to write a page to return some LiveTable results. I'm finding that $query.count() is returning -1 instead of the actual number of results. Can anyone tell me why?
You found a bug.. I reported and fixed http://jira.xwiki.org/browse/XWIKI-8719 . The workaround is, I think, to use HQL instead of XWQL, until you upgrade to 4.4.1 or newer.
Hooray! Always happy when it turns out to be Not My Fault :-) Thanks for doing the bug report for me.