-
Notifications
You must be signed in to change notification settings - Fork 201
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
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
Labels
bugSomething isn't workingSomething isn't working
