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

Skip to content

Commit f4e8973

Browse files
committed
made reporter base type invoker right so that it can be subclassed in other schemas
1 parent 49ea193 commit f4e8973

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/core/types/ut_reporter_base.tps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
create or replace type ut_reporter_base force as object
1+
create or replace type ut_reporter_base force authid current_user as object
22
(
33
name varchar2(250 char),
44
output ut_output,

0 commit comments

Comments
 (0)