marcboeker / go-duckdb

go-duckdb provides a database/sql driver for the DuckDB database engine.
MIT License
623 stars 97 forks source link

TIMESTAMP_TZ support #180

Closed taniabogatsch closed 5 months ago

taniabogatsch commented 5 months ago

This PR adds support for TIMESTAMP_TZ. I assume that we treated them equally in the C API in a previous go-duckdb version. Therefore, the latest release broke compatibility.

Fixes #172.

@hawkfish, could you maybe review my attempt at a README.md section to outline the behavior?

niger-prequel commented 5 months ago

I had opened my own based on what I was doing locally but if you don't see anything in mine not covered here just close it.

taniabogatsch commented 5 months ago

@niger-prequel, we do not propagate the header changes to this PR. Please take a look at my comment here.

marcboeker commented 5 months ago

@taniabogatsch Thanks for the PR. LGTM.