Weeks in the date format #3548
vanillajonathan
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
Yes agree! Do DBs support these? At the moment we mostly pass strings through. One mini-project would be to parse the dates ourselves (likely using a rust library) into an internal representation, and then write them out as a string. This would allow for great error messages. I know a common complaint for frequent-but-not-expert SQL users is that it's difficult to understand how to write date literals correctly. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The ISO 8601 standard have some formats which PRQL does not understand.
20230920T113041Z
(without hyphens and colons).2023‐W38
(week 38)2023‐W38‐3
(week with weekday)2023‐263
(ordinal date)Beta Was this translation helpful? Give feedback.
All reactions