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

Skip to content

Commit 2534c96

Browse files
committed
fixing cursor issue
Before refactoring.
1 parent 9961dbc commit 2534c96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/expectations/data_values/ut_cursor_column.tpb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ create or replace type body ut_cursor_column as
3030
when lower(self.column_type) = 'user_defined_type' then
3131
0
3232
-- Due to bug in 11g/12.1 collection fails on varchar 4000+
33-
when (lower(self.column_type) in ('varchar2','char')) and (self.column_len >= 4000) then
33+
when (lower(self.column_type) in ('varchar2','char')) and (self.column_len > 4000) then
3434
0
3535
else
3636
ut_utils.boolean_to_int(ut_compound_data_helper.is_sql_compare_allowed(self.column_type))

0 commit comments

Comments
 (0)