Skip to content

Commit cf9b502

Browse files
committed
Poking around...
1 parent 5f130fa commit cf9b502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/utplsql/api/outputBuffer/OutputBufferProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ private static boolean hasOutput( Reporter reporter, OracleConnection oraConn )
4949
" begin " +
5050
" execute immediate '" +
5151
" begin " +
52-
" :x := case ' || DBMS_ASSERT.SQL_OBJECT_NAME( ? ) || '() is of (ut_output_reporter_base) when true then 1 else 0 end;" +
52+
" :x := case (' || DBMS_ASSERT.SQL_OBJECT_NAME( ? ) || '() is of (ut_output_reporter_base)) when true then 1 else 0 end;" +
5353
" end;'" +
5454
" using out l_result;" +
5555
" end;" +

0 commit comments

Comments
 (0)