Skip to content
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

Support UHUGEINT #280

Open
JelteF opened this issue Oct 14, 2024 · 4 comments
Open

Support UHUGEINT #280

JelteF opened this issue Oct 14, 2024 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers types Issues related to type conversions
Milestone

Comments

@JelteF
Copy link
Collaborator

JelteF commented Oct 14, 2024

This is the only integer type that we don't support reading yet, now that UBIGINT support was introduced in #275. This number should be converted into a NUMERIC in Postgres.

@JelteF JelteF added the enhancement New feature or request label Oct 14, 2024
@JelteF JelteF added this to the 0.2.0 milestone Oct 14, 2024
@wuputah
Copy link
Collaborator

wuputah commented Oct 21, 2024

possibly relevant: https://pgxn.org/dist/uint128/

@JelteF
Copy link
Collaborator Author

JelteF commented Oct 21, 2024

possibly relevant: pgxn.org/dist/uint128

Interesting I didn't know that one. But that is unsurprising since that one was only released last week. I did know about this one: https://github.com/petere/pguint

It would be nice to support it without relying on other extensions though if possible.

@JelteF JelteF modified the milestones: 0.2.0, 0.3.0 Nov 6, 2024
@JelteF JelteF added the good first issue Good for newcomers label Nov 19, 2024
@dentiny
Copy link

dentiny commented Dec 3, 2024

Hi, I'm interested in knowing more about duckdb internals, could you please leave a SQL statement for this issue, so I could dig into the code and investigate? Thank you!

@JelteF JelteF added the types Issues related to type conversions label Dec 6, 2024
@JelteF
Copy link
Collaborator Author

JelteF commented Dec 6, 2024

I guess an easy way to reproduce the issue is to create a MotherDuck table with a uhugeint column, and then query that table through pg_duckdb.

@JelteF JelteF modified the milestones: 0.3.0, 0.4.0 Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers types Issues related to type conversions
Projects
None yet
Development

No branches or pull requests

3 participants