Skip to content

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

Closed
@wKollendorf

Description

@wKollendorf

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions