Trivadis / plsql-cop-cli

db* CODECOP Command Line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support New Features/Changes in SQL*Plus Grammar 23c

PhilippSalvisberg opened this issue · comments

The currently supported SQL*Plus grammar is 21c. See supported versions

We should add support for 23c.

Reference

See https://docs.oracle.com/en/database/oracle/oracle-database/23/sqpug/changes-this-release-sqpug.html#GUID-27199FF0-F72D-4817-BB54-55A44BCA0866

We use a shallow parser for SQL*Plus and SQLcl. As a result, we usually need to adapt the grammar only for new commands.

New Features

  • New command argument
  • New command ping
  • New command oerr
  • New command set errordetails

closed with commit ae1c95778479ba1e908fa49da20610aafe318ec6 in Azure DevOps