Closed hamilton closed 1 year ago
In writing tests for this, I've discovered that the TIMESTAMP_XX
functions do not uniformly convert to a Date
object in DuckDB. Going to file an issue for this.
@antonycourtney this PR is ready for review. The genesis of this PR was to fix something with tadviewer leveraging duckdb-wasm. But the updated test targets duckdb-node, which means we can't quite get test coverage for this issue until https://github.com/duckdb/duckdb-node/issues/13 closes.
This PR adds all available timestamp types to the DuckDB dialect type map.