-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unsupported typecode opaque #215
Comments
@robin1607 |
PLSQL:
Ruby:
|
Could you change the return type from Ruby-oci8 converts object type attribute values to ruby values. However there are no methods to convert opaque types. This issue will be fixed by redesign of object type support, which I have had in mind since decade ago, though I have not noticed the opaque type issue. Well, the priority is low for me as long as there are workarounds. |
Thanks for your answer. I understand the the redesign of object types has a low priority so we will find another way. |
I'm getting 'unsupported typecode opaque' error when calling function which returns oracle json_object or json_array.
The text was updated successfully, but these errors were encountered: