We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A compile issue happens on arm 32 which required the following patch:
diff --git a/storage/zitiql/zitiql_parser.go b/storage/zitiql/zitiql_parser.go index af80e9d..8732ec4 100644 --- a/storage/zitiql/zitiql_parser.go +++ b/storage/zitiql/zitiql_parser.go @@ -1170,7 +1170,7 @@ func (p *ZitiQlParser) Start() (localctx IStartContext) { p.GetErrorHandler().Sync(p) _la = p.GetTokenStream().LA(1) - for ((_la-3)&-(0x1f+1)) == 0 && ((1<<uint((_la-3)))&((1<<(ZitiQlParserLPAREN-3))|(1<<(ZitiQlParserBOOL-3))|(1<<(ZitiQlParserALL_OF-3))|(1<<(ZitiQlParserANY_OF-3))|(1<<(ZitiQlParserCOUNT-3))|(1<<(ZitiQlParserISEMPTY-3))|(1<<(ZitiQlParserNOT-3))|(1<<(ZitiQlParserIDENTIFIER-3)))) != 0 { + for ((_la-3)&-(0x1f+1)) == 0 && ((uint64(1)<<uint((_la-3)))&((1<<(ZitiQlParserLPAREN-3))|(1<<(ZitiQlParserBOOL-3))|(1<<(ZitiQlParserALL_OF-3))|(1<<(ZitiQlParserANY_OF-3))|(1<<(ZitiQlParserCOUNT-3))|(1<<(ZitiQlParserISEMPTY-3))|(1<<(ZitiQlParserNOT-3))|(1<<(ZitiQlParserIDENTIFIER-3)))) != 0 { { p.SetState(141) p.Query()
The text was updated successfully, but these errors were encountered:
2f2544b
Merge pull request #50 from openziti/update-antlr
f472057
Update to latest version of ANTLR. Fixes #31
No branches or pull requests
A compile issue happens on arm 32 which required the following patch:
The text was updated successfully, but these errors were encountered: