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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oracle -> panicked at 'not implemented: Type Long #375

Closed
wKollendorf opened this issue Oct 13, 2022 · 2 comments
Closed

Oracle -> panicked at 'not implemented: Type Long #375

wKollendorf opened this issue Oct 13, 2022 · 2 comments

Comments

@wKollendorf
Copy link
Contributor

wKollendorf commented Oct 13, 2022

What language are you using?
Python 馃悕

What version are you using?
0.3.1a5

What database are you using?
Oralce

What dataframe are you using?
Polars

Can you describe your bug?
query = 'select id, XMLAgg(XMLElement(test, test)) group by id'
cx.read_sql(oracle_url, query, return_type='polars')

It only panickes when there is an column with XMLTYPE value.

ERROR:
thread '' panicked at 'not implemented: Type Long not implemented for oracle!', C:\Users\xxx\AppData\Local\Temp\pip-req-build-ilsiub31\connectorx\src\sources\oracle\typesystem.rs:54:18

@wangxiaoying
Copy link
Contributor

Hi @wKollendorf , can you try version 0.3.1-alpha.9 to see whether it works now?

@wKollendorf
Copy link
Contributor Author

Working perfectly fine now. Thanks!

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