Skip to content

Commit 6164ca0

Browse files
committed
min_db_version = 19 for deterministic check
1 parent 1dde3ca commit 6164ca0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/helpers/dragnet/pl_sql_usage_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ def pl_sql_usage
222222
This check evaluates also functions in packages.
223223
"),
224224
plsql: true,
225+
min_db_version: '19',
225226
:sql=> "\
226227
DECLARE
227228
TYPE proc_RT IS RECORD(

0 commit comments

Comments
 (0)