File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ create or replace type body ut_key_anyvalues as
3030 end;
3131 member function put(a_key varchar2, a_value anydata) return ut_key_anyvalues is
3232 begin
33- return put(ut_key_anyval_pair(a_key, ut_data_value_anydata.get_instance (a_value)));
33+ return put(ut_key_anyval_pair(a_key, ut_data_value_anydata(a_value)));
3434 end;
3535
3636 member function put(a_key varchar2, a_value blob) return ut_key_anyvalues is
Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ alter session set current_schema = &&ut3_owner;
8484@@install_component.sql 'core/types/ut_reporter_base.tps'
8585@@install_component.sql 'core/types/ut_reporters.tps'
8686
87+ @@install_component.sql 'expectations/matchers/ut_matcher_options_items.tps'
88+ @@install_component.sql 'expectations/matchers/ut_matcher_options.tps'
8789@@install_component.sql 'expectations/data_values/ut_data_value.tps'
8890@@install_component.sql 'expectations/data_values/ut_key_anyval_pair.tps'
8991@@install_component.sql 'expectations/data_values/ut_key_anyval_pairs.tps'
@@ -192,8 +194,6 @@ prompt Installing DBMSPLSQL Tables objects into &&ut3_owner schema
192194@@install_component.sql 'expectations/data_values/ut_cursor_column.tps'
193195@@install_component.sql 'expectations/data_values/ut_cursor_column_tab.tps'
194196@@install_component.sql 'expectations/data_values/ut_cursor_details.tps'
195- @@install_component.sql 'expectations/matchers/ut_matcher_options_items.tps'
196- @@install_component.sql 'expectations/matchers/ut_matcher_options.tps'
197197@@install_component.sql 'expectations/data_values/ut_data_value_anydata.tps'
198198@@install_component.sql 'expectations/data_values/ut_data_value_blob.tps'
199199@@install_component.sql 'expectations/data_values/ut_data_value_boolean.tps'
You can’t perform that action at this time.
0 commit comments