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
When I execute SQL against one of my Oracle tables, one of the column types is OBJECTVAR so I get an error: cx_Oracle.custom_exceptions.NotSupportedError: Type <cx_Oracle.variable_type.VariableType object at 0x108fcf128> (vt_Object) not found in mapping to python type
Thanks!
The text was updated successfully, but these errors were encountered:
As expected, this turned out to be more complicated than a few hours of work. I have a few basic parts working, but I think it will still take another week or two for me to get it all in a shippable state.
There's a line that's currently commented out:
https://github.com/lameiro/cx_oracle_on_ctypes/blob/master/cx_Oracle/variable_factory.py#L109
When I execute SQL against one of my Oracle tables, one of the column types is
OBJECTVAR
so I get an error:cx_Oracle.custom_exceptions.NotSupportedError: Type <cx_Oracle.variable_type.VariableType object at 0x108fcf128> (vt_Object) not found in mapping to python type
Thanks!
The text was updated successfully, but these errors were encountered: