Skip to content

DuckDB: Allow quoted date parts in EXTRACT#2030

Merged
iffyio merged 1 commit intoapache:mainfrom
ryanschneider:fix-1983
Sep 16, 2025
Merged

DuckDB: Allow quoted date parts in EXTRACT#2030
iffyio merged 1 commit intoapache:mainfrom
ryanschneider:fix-1983

Conversation

@ryanschneider
Copy link
Copy Markdown
Contributor

Fixes #1983.

I guess when I logged the issue I didn't have time to look at the code, the fix was quite simple. Uses the same test query as Redshift.

Copy link
Copy Markdown
Contributor

@iffyio iffyio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks @ryanschneider!
cc @alamb

@iffyio iffyio added this pull request to the merge queue Sep 16, 2025
Merged via the queue into apache:main with commit f642dd5 Sep 16, 2025
10 checks passed
ayman-sigma pushed a commit to sigmacomputing/sqlparser-rs that referenced this pull request Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support DuckDB's EXTRACT('hour' FROM timestamp) syntax

2 participants