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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: