supabase / wrappers

Postgres Foreign Data Wrapper development framework in Rust.
http://fdw.dev
Apache License 2.0
562 stars 56 forks source link

feat(clickhouse): add Nullable data type support #343

Closed burmecia closed 2 months ago

burmecia commented 2 months ago

What kind of change does this PR introduce?

This PR is to add Nullable<T> data type support for Clickhouse FDW.

What is the current behavior?

Currently Nullable<T> data type is not supported.

What is the new behavior?

Nullable<T> data type is supported.

Additional context

This PR also upgraded dependent Clickhouse client lib.