Skip to content

Commit 7c01afb

Browse files
committed
Fixed native dynamic SQL types compatibility for 11g
1 parent 0ea8925 commit 7c01afb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/expectations/matchers/ut_be_within_helper.pkb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ create or replace package body ut_be_within_helper as
3434
treat(:a_value_2 as ut3_develop.]'||a_value_2.self_type||q'[).data_value
3535
+ treat(:a_distance as ut3_develop.]'||a_distance.self_type||q'[).data_value
3636
then 1
37+
else 0
3738
end;
3839
end;
3940
]'

0 commit comments

Comments
 (0)