Skip to content

Getting "Panicked at 'not implemented: citext'" #372

@Sirsirious

Description

@Sirsirious

What language are you using?

Python 🐍

What version are you using?

Tested 0.3.0 and alpha 0.2.5 (Mac M1 release)

What database are you using?

Postgres

What dataframe are you using?

Pandas

Can you describe your bug?

When trying to:

cx.read_sql(postgres_url, query)

I get:
thread '<unnamed>' panicked at 'not implemented: citext', /Users/runner/work/connector-x/connector-x/connectorx/src/sources/postgres/typesystem.rs:100:22

Same URL and Query has been used with default pandas read_sql and I didn't have any issue.

I'm on a Macbook Pro 2020 M1

OS Version: MacOs Monterey 12.5.1

Screen Shot 2022-10-10 at 14 44 09

rustup --version
rustup 1.25.1 (bb60b1e89 2022-07-12)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active `rustc` version is `rustc 1.64.0 (a55dd71d5 2022-09-19)`

What are the steps to reproduce the behavior?

import connectorx as cx

postgres_url="postgresql://user:pwd@localhost:5432/database"
query = "select * from name_of_the_table"
cx.read_sql(postgres_url, query)
Database setup if the error only happens on specific data or data type

Happens in all tables.

Example query / code
select * from users;

What is the error?

thread '<unnamed>' panicked at 'not implemented: citext', /Users/runner/work/connector-x/connector-x/connectorx/src/sources/postgres/typesystem.rs:100:22

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions