plsql-cop-cli
plsql-cop-cli copied to clipboard
db* CODECOP Command Line
[CREATE JSON RELATIONAL DUALITY VIEW](https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/create-json-relational-duality-view.html) is not listed among the [supported statements](https://github.com/Trivadis/plsql-cop-cli/blob/main/parser-limitations.md#plsql-parser). Is it planned to change that in one of the coming versions? It might be interesting for some...
Was running into strange parse issues running the cli at one of my clients. Strange "No viable alternative". After a few hours of debugging (character set issues, etc...), I managed...
We get a violation G-5060 : Avoid unhandled exceptions with this code (just showing part of the code) :  when we comment the IF statement the violation is no...
Here's an example: ```sql select 'hello' || u'\000a' ||'world' as hello_world from dual; ``` which produces this result: ``` HELLO_WORLD ----------- hello world ``` This syntax is not documented in...
Hello, I’m interested in using db* CODECOP v5.0.1 in a commercial environment and would like to inquire about the terms and pricing for a commercial license. Could you please provide...