There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-c1a32052-fe79-412d-8c24-2a0885cf4a1a XWIKI-22953 In Progress

Error unexpected token from when statistics module is enabled

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-42f24ea7-3c79-4b25-8806-cb2f2f76721f Thomas Mortagne on 12/Mar/25 14:20
 
So turns out the regression was actually introduced by https://github.com/xwiki/xwiki-platform/commit/5c11a874bd24a581f534d283186e209bbccd8113 ( .

The root but actually been introduced by XWIKI-12355 in
which attempted to put all the code to complete implementation of HqlQueryUtils#isShortFormStatement is not accurate (i.e. it considers any statement starting with from as a short form statements in a common tool statement , but looks like there was slight differences between various ways to complete short statements which is not true ).