Open ohaibbq opened 10 months ago
In this example, the months part is parsed as 99 months where BigQuery raises an error.
SELECT PARSE_DATE("%D", "99/01/24");
This has been mostly fixed in #135, but there is still no validation on calendar dates.
For example, February 29th, 2023 is able to be parsed even though it was not a leap year.
February 29th, 2023
In this example, the months part is parsed as 99 months where BigQuery raises an error.