Add SQL_SKEL3 using procedures
This commit is contained in:
Vendored
+18
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"indent": 2,
|
||||
"PrototypeCheck": true,
|
||||
"NoOCCURS": true,
|
||||
"NoSELECTAll": true,
|
||||
"UppercaseConstants": true,
|
||||
"IncorrectVariableCase": true,
|
||||
"NoSQLJoins": true,
|
||||
"PrettyComments": true,
|
||||
"NoGlobalSubroutines": true,
|
||||
"NoExternalTo": [
|
||||
"QCMD",
|
||||
"QP2TERM",
|
||||
"QSH",
|
||||
"SYSTEM",
|
||||
"QCMDEXC"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user