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 for UInt128, UInt256 (and others) #418

Open
a-dot opened this issue Jan 17, 2023 · 0 comments
Open

Support for UInt128, UInt256 (and others) #418

a-dot opened this issue Jan 17, 2023 · 0 comments

Comments

@a-dot
Copy link

a-dot commented Jan 17, 2023

Hi, I'm trying to read a Number field from an Oracle database that contains an IPv6 address that was converted to its Decimal representation. Support for UInt128 (and 256) are missing from odbc-driver so I tried to create my field in my ClickHouse table as Decimal256(0) but that didn't work.
I also tried to making this field a String and try to convert it as part of my query but that didn't work either, the number was getting truncated.
Would an array of UInt64[2] work?

Can you think of a clever way to read that field in, short of implementing support for UInt128? Thanks!

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

No branches or pull requests

1 participant