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

Skip to content

Commit d609ee8

Browse files
LUKASZ104LUKASZ104
authored andcommitted
PHASE 2
1 parent 8e4bd37 commit d609ee8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/expectations/data_values/ut_cursor_details.tpb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ create or replace type body ut_cursor_details as
249249
begin
250250
self.is_anydata := 1;
251251
for i in 1..cursor_columns_info.count loop
252-
self.cursor_columns_info(i).filter_path := ut_utils.strip_prefix(self.cursor_columns_info(i).access_path,l_root);
252+
self.cursor_columns_info(i).filter_path := '/'||ut_utils.strip_prefix(self.cursor_columns_info(i).access_path,l_root);
253253
end loop;
254254
end;
255255

0 commit comments

Comments
 (0)