There are 3 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-d76e02a5-5178-4911-a1c6-d8300731a627 XWIKI-22953 Closed

Error unexpected token from when statistics module is enabled

 
View issue   ยท   Add comment
 

3 comments

 
cid:jira-generated-image-avatar-1c9f42e1-9f46-45b7-aaa8-24beafb0dc4b Thomas Mortagne on 12/Mar/25 15:12
 
So turns out the regression was actually introduced by https://github.com/xwiki/xwiki-platform/commit/5c11a874bd24a581f534d283186e209bbccd8113.

The root
but cause actually been introduced by XWIKI-12355 in which the implementation of HqlQueryUtils#isShortFormStatement is not accurate (i.e. it considers any statement starting with from as a short form statement, which is not true).
 
cid:jira-generated-image-avatar-1c9f42e1-9f46-45b7-aaa8-24beafb0dc4b Thomas Mortagne on 12/Mar/25 15:12
 
So turns out the regression was actually introduced by https://github.com/xwiki/xwiki-platform/commit/5c11a874bd24a581f534d283186e209bbccd8113.

The root cause actually been introduced by XWIKI-12355 in which the implementation of HqlQueryUtils#isShortFormStatement is not accurate (i.e. it considers any statement starting with from as a short
" form " statement, which is not true).
 
cid:jira-generated-image-avatar-1c9f42e1-9f46-45b7-aaa8-24beafb0dc4b Thomas Mortagne on 12/Mar/25 15:12
 
So turns out the regression was actually introduced by https://github.com/xwiki/xwiki-platform/commit/5c11a874bd24a581f534d283186e209bbccd8113.

The root cause actually been introduced by XWIKI-12355 in which the implementation of HqlQueryUtils#isShortFormStatement is not accurate (i.e. it considers any statement starting with
" from " as a short " form " statement, which is not true).