Trivadis / plsql-cop-cli

db* CODECOP Command Line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support New Features/Changes in SQLcl Grammar 23.3

PhilippSalvisberg opened this issue · comments

The currently supported SQLcl grammar is 21.1c. See supported versions

We should add support for 23.4.

Reference

See

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

  • dbcc command (21.2)
  • load command (21.3)
  • set load command (21.3)
  • dp/datapump command (21.4)
  • set codescan command (22.1)
  • data guard commands (22.1)
  • migrateadvisor command (22.2)
  • aq command (22.2)
  • updated liquibase command (22.3)
  • argument command (22.4)
  • enhanced connect command (23.1)
  • connmgr/cm command (23.2)
  • secret command (23.3)
  • codescan command (23.3)
  • updated liquibase command (23.4)
  • custom mle command (see https://github.com/PhilippSalvisberg/mle-sqlcl)

closed with commit fba91fbe22bb1c6b101a85455bd9216fb66d671d in Azure DevOps