Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9961dbc commit 2534c96Copy full SHA for 2534c96
1 file changed
source/expectations/data_values/ut_cursor_column.tpb
@@ -30,7 +30,7 @@ create or replace type body ut_cursor_column as
30
when lower(self.column_type) = 'user_defined_type' then
31
0
32
-- 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
+ when (lower(self.column_type) in ('varchar2','char')) and (self.column_len > 4000) then
34
35
else
36
ut_utils.boolean_to_int(ut_compound_data_helper.is_sql_compare_allowed(self.column_type))
0 commit comments