plsql-cop-cli icon indicating copy to clipboard operation
plsql-cop-cli copied to clipboard

db* CODECOP Command Line

Results 15 plsql-cop-cli issues
Sort by recently updated
recently updated
newest added

[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...

enhancement

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...

enhancement

We get a violation G-5060 : Avoid unhandled exceptions with this code (just showing part of the code) : ![image](https://github.com/user-attachments/assets/aee8072b-2094-4ef8-b7f6-3db477f09f07) when we comment the IF statement the violation is no...

bug

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...

bug

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...