manticore-projects
manticore-projects
> Sure, I'll add test cases. I'm not sure why these gradle checks failed tho. Just formatting exceptions, please run './gradlew :spotlessApply' to fix these violations.
Warm reminder please, can we complete this in order to merge?
Greetings! This is not about Unicode support and the following works without any problem: ```sql SELECT a AS 测试 FROM b ; ``` This issue is about the Alias with...
Greetings. Apologies for chiming in. I have dealt with those problems in 3 different ways: 1) when there is only technical information needed about data and types (without support of...
Greetings! HIVE has many exotic syntax and is not too well supported in JSQLParser right now. You will have to provide or sponsor an implementation for improving the Hive support....
Greetings. `xmlparse(content sn.CODE||',')` is not supported.
> the collumn name is js#, and the operator is >> In this case you will need to quote the column name like `"js#"` since it interferes with the JSON...
> what about the issue of the wrong priority? Adding brackets for clarity may be your best instant solution. ``` SQL Text └─Statements: statement.select.PlainSelect ├─selectItems: statement.select.SelectItem │ └─AllColumns: * ├─Table:...
Greetings. `FOR XML PATH('')` is not supported.
Greetings. Its not about the `Exists` but about the special table function `JSON_TABLE` which is not supported.