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

Issue #9755: TIMESTAMP_XX DOUBLE Parts #9769

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

hawkfish
Copy link
Contributor

Handle the different precision timstamp types for the special DOUBLE returning date parts (epoch and julian).

fixes: #9755
fixes: duckdblabs/duckdb-internal#761

Handle the different precision timstamp types for the special
DOUBLE returning date parts (epoch and julian).

fixes: duckdb#9755
fixes duckdblabs/duckdb-internal#761
@hawkfish hawkfish requested a review from Tishj November 22, 2023 17:57
@Mytherin Mytherin merged commit 1c7dff6 into duckdb:main Nov 23, 2023
45 checks passed
@Mytherin
Copy link
Collaborator

Thanks!

1 similar comment
@Mytherin
Copy link
Collaborator

Thanks!

@hawkfish hawkfish deleted the extract-timestamps branch December 9, 2023 16:55
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request Dec 14, 2023
Merge pull request duckdb/duckdb#9769 from hawkfish/extract-timestamps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EPOCH FROM can't work in TIMESTAMP_MS, TIMESTAMP_S, TIMESTAMP_NS
2 participants