-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Description
What happens?
It's currently not possible to convert timestrings in the format HH:MM:SS to an interval if they are larger than 24 hours. I don't know if this is intentional but it's possible in Postgresql and would be very useful to parse Dates in GTFS which can be bigger than 24 hours.
To Reproduce
D SELECT ('35:10:00'::interval);
Error: Conversion Error: Could not convert string '35:10:00' to INTERVAL
OS:
Linux
DuckDB Version:
0.9.1
DuckDB Client:
Shell
Full Name:
David Weber
Affiliation:
geOps
Have you tried this on the latest main
branch?
I have tested with a release build (and could not test with a main build)
Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?
- Yes, I have