zpa icon indicating copy to clipboard operation
zpa copied to clipboard

Parser and static code analysis tool for PL/SQL and Oracle SQL.

Results 21 zpa issues
Sort by recently updated
recently updated
newest added

The SQL/JSON functions have special syntaxes and they need to be handled like the [XML functions](https://github.com/felipebz/zpa/blob/main/zpa-core/src/main/kotlin/org/sonar/plugins/plsqlopen/api/SingleRowSqlFunctionsGrammar.kt): - [ ] [JSON_ARRAY](https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/JSON_ARRAY.html) - [ ] [JSON_ARRAYAGG](https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/JSON_ARRAYAGG.html) - [ ] [JSON_DATAGUIDE](https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/JSON_DATAGUIDE.html) - [...