Skip to content
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

Support TIMESTAMP_NS, TIMESTAMP_MS & TIMESTAMP_S #534

Merged
merged 12 commits into from
Jan 27, 2025
Prev Previous commit
Next Next commit
fixed format
  • Loading branch information
destrex271 committed Jan 26, 2025
commit 173607e7530e490a39de0f2ca0884e3a851d00f2
1 change: 0 additions & 1 deletion test/regression/expected/type_support.out
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ SELECT * FROM timestamptz_tbl WHERE a >= '2024-10-14 13:00:00 Europe/London';
Mon Oct 14 07:00:00 2024 PDT
(3 rows)


-- TIMESTAMP_NS Conversion from DuckDB to PostgreSQL
SELECT * FROM duckdb.query($$ SELECT '1992-12-12 12:12:12.123456789'::TIMESTAMP_NS as ts $$);
ts
Expand Down
Loading