manticore-projects
manticore-projects
Greetings. Oracle `INSERT ALL ...` is not supported. I have planned implementation, but stopped working on it since the syntax is weird and off standard and rarely used. You can...
Duplicate #1693
Duplicate #1945
See solution at #1945
Greetings. Unfortunately the whole [`ALTER TABLE` statement](https://jsqlparser.github.io/JSqlParser/syntax.html#alterexpression) needs a serious refactoring. `ALTER TABLE ... ALTER PRIMARY KEY ...` seems to be completely broken to me, not only regarding to your...
See `UnsupportedStatements` as explain in #1945 (unless you will sponsor or provide a specific implementation of this feature.)
The most recent documentation: https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/JSON_VALUE.html#GUID-C7F19D36-1E75-4CB2-AE67-ADFBAD23CBC2
See `UnsupportedStatements` as explain in #1945 (unless you will sponsor or provide a specific implementation of this feature.)
`DAY FROM ...` and `DAY TO ...` are not supported since it is not SQL Standard compliant. You can either provide or sponsor an implementation for the platform specific syntax.
In my opinion, this particular production `NamedExpressionListExprFirst` is cursed (since it depends on a semantic LOOKAHEAD) and should be replaced with a proper implementation of the SQL:2016 standard functions. I...