-
Notifications
You must be signed in to change notification settings - Fork 4
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
Nullable() Columns Not Supported #3
Comments
Before trying to work on this, Is it possible to add nullable support using a very simple patch to main.py ? Or is there additional handling required?
|
This should work, but I think the ColumnDefinition (main.py:196) should also specify NULL so that postgres will expect NULLs in that column. |
Thanks for the really quick response. I'll try to set up a build environment and try this. I'll report back. |
@ishirav Trying to load my build and load my version in PostgreSQL I get
If a direct message is easier, feel free to email me on my public profile email. Thanks. |
Clickhouse has support for Nullable() columns but the FDW reports that it rejects these columns when configuring tables.
Python Clickhouse driver supports Nullable(), so should be something possible to add to the FDW.
The text was updated successfully, but these errors were encountered: