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

Add support for list equivalent of range/generate_series with timestamp+interval #2801

Merged
merged 3 commits into from
Dec 16, 2021

Conversation

Mytherin
Copy link
Collaborator

e.g. this now works:

SELECT generate_series(timestamp '2020-01-01', timestamp '2020-07-01', interval '3' month);
-- [2020-01-01 00:00:00, 2020-04-01 00:00:00, 2020-07-01 00:00:00]

Fixes #2687

@Mytherin Mytherin merged commit 0e0953e into duckdb:master Dec 16, 2021
@Mytherin Mytherin deleted the issue2687 branch June 21, 2022 07:07
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.

Timestamp Sequence Error Contradicts Documentation
1 participant