There are 2 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-20e0c99b-2078-4132-956e-d3199b932eed XWIKI-22953 Closed

Error unexpected token from when statistics module is enabled

 
View issue   ยท   Add comment
 

2 comments

 
cid:jira-generated-image-avatar-6b425dc2-f6a9-44c7-aca6-b04abce8feeb Thomas Mortagne on 18/Mar/25 14:22
 
So turns out the regression was actually introduced triggered 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-6b425dc2-f6a9-44c7-aca6-b04abce8feeb Thomas Mortagne on 18/Mar/25 14:24
 
So turns out the regression was actually triggered by https://github.com/xwiki/xwiki-platform/commit/5c11a874bd24a581f534d283186e209bbccd8113 #diff-a1da19f70f72feebf68dd54b03a522b3b472f40438545c590529c3f7bdf227c8L336-R355 .

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).