supabase / wrappers

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

feat: add timestamp with time zone cell type support #281

Closed burmecia closed 5 months ago

burmecia commented 5 months ago

What kind of change does this PR introduce?

This PR is to add a new column type timestamp with time zone support. With this new column type, below FDWs can support the new data type.

What is the current behavior?

Currently only timestamp without time zone is supported.

What is the new behavior?

Support timestamp with time zone in the framework.

Additional context

N/A