PAU[SE]
is a SQL*Plus / SQLcl command that is followed by [text]
. Keywords afterwards should not be treated as keywords.
PAUSE null
The reserved word “null” should be written in upper case. sonarlint(plsql:UpperCaseReservedWordsCheck)
Looks like this is already implemented for similar commands PROMPT
and REM
, no warning here:
PROMPT null
REM null
- Rule: plsql:UpperCaseReservedWordsCheck
- Language: Oracle PL/SQL
- SonarQube 9.9.1