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

Add support for UInt128 (and others?) #176

Closed
CarlinCyril opened this issue Jun 7, 2022 · 0 comments · Fixed by #184
Closed

Add support for UInt128 (and others?) #176

CarlinCyril opened this issue Jun 7, 2022 · 0 comments · Fixed by #184

Comments

@CarlinCyril
Copy link

Describe the bug
From what I've seen in the implementation of the package, clickhouse-sqlalchemy only supports numbers types (int, uint, float) until int64. I use UInt128 on my CH database and when I fetch the results, the values are returned as string.

To Reproduce
Simply have a table with a UInt128 field and fetch the results using like .all()

Expected behavior
The values for the given UInt128 field should be returned as an int in Python

Versions
clickhouse-sqlalchemy : 0.1.5
python: 3.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants