Community
Participate
Working Groups
Build Identifier: Query like following throws errors and does not run: from Manuscript as m select m.format where m.pages >=200 Reproducible: Always Steps to Reproduce: Open the Demo Query Editor. Run the query: from Manuscript as m select m.format where m.pages >=200 It does not fetch any result
Created attachment 178118 [details] Creating WhereInt for values less than Integer.MAX If the values compared is more than Integer.MAX WhereLong is created else WhereInt is created
We missed that, indeed Patch applied Bernd
I have difficulties committing the fix due to some CVS issue. I have to ask the webmaster. --> Reopened until the CVS issue is fixed
Can you please attach a patch to fix it in the new version? Thx Bernd
Created attachment 178389 [details] Patch for updated version of QueryTransformer
Fixed