Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612e7c2 commit 044f575Copy full SHA for 044f575
1 file changed
build/utplsql_style_check.sql
@@ -46,4 +46,5 @@ order by object_name, object_type, line, col
46
47
exec :errcnt := nvl('&errcnt_a',0) + nvl('&errcnt_l',0) + nvl('&errcnt_c',0);
48
49
-quit :errcnt
+--quit :errcnt
50
+exit success
0 commit comments