Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a5bd952

Browse files
committed
Add query of user errors to see error results on CI Server.
1 parent 0bd2e7f commit a5bd952

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

source/install.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,7 @@ whenever oserror exit failure rollback
3434
@@ut_assert.pkb
3535
@@ut_suite_manager.pkb
3636

37+
select * from user_errors
38+
where name not like 'BIN$%';
39+
3740
exit success

0 commit comments

Comments
 (0)