Skip to content

Postgres add support for more types #71

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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 18, 2021
Merged

Postgres add support for more types #71

merged 7 commits into from
Apr 18, 2021

Conversation

wangxiaoying
Copy link
Contributor

#26

add support: i16, enum, bytea, json, jsonb, time, char, uuid
not support: timetz, interval (rust-postgres does not support)

@wangxiaoying wangxiaoying requested a review from dovahcrow April 18, 2021 22:21
Copy link
Member

@dovahcrow dovahcrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one seems to be accidentally submitted. connectorx-python/connectorx/tests/tmp

type PgManager = PostgresConnectionManager<NoTls>;
type PgConn = PooledConnection<PgManager>;
use hex::decode;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line can be put above.

@dovahcrow dovahcrow merged commit 29aadf2 into main Apr 18, 2021
@wangxiaoying wangxiaoying deleted the postgres_more_types branch January 11, 2022 19:15
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

Successfully merging this pull request may close these issues.

2 participants