You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix XMLType parameter and return value handling on Oracle 12c+
Oracle 12c+ reports XMLType parameters with data_type OPAQUE/XMLTYPE
in ALL_ARGUMENTS (changed from UNDEFINED in Oracle 11g). Handle this
new data_type in add_argument, add_return_variable, return_variable_value,
MATCHING_TYPES, and plsql_to_ruby_data_type.
This fixes the XMLType tests that were skipped since issue rsim#114.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments