-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 4616 generate series for PostgreSql (#4717)
* add generate_series as a function Use as a function For example SELECT generate_series( CAST('2023-09-01T00:00:00Z' AS TIMESTAMPTZ), CAST('2023-09-02T00:00:00Z' AS TIMESTAMPTZ), CAST('1 hour' AS INTERVAL) ); * Add integration test assert that the timestamp series is generated
- Loading branch information
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters