Skip to content
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

vt_Object not supported #17

Open
bertday opened this issue Jan 28, 2017 · 2 comments
Open

vt_Object not supported #17

bertday opened this issue Jan 28, 2017 · 2 comments

Comments

@bertday
Copy link

bertday commented Jan 28, 2017

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!

@lameiro
Copy link
Owner

lameiro commented Jan 31, 2017

Hi Robert, thanks for the bug report.

I worked today to add this missing feature, but object support is a bit complex and it will still take me a while. I will report again on Saturday.

@lameiro
Copy link
Owner

lameiro commented Feb 6, 2017

Hi Robert,

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.

I will update this ticket in a week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants