Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
The defaults for casting incomplete strings like `"12"` to TIME have changed from `12:01:01` to `12:00:00`.
Description
The following 2 examples are allowed and produce weird DATE and TIME result objects where normally they should fail.
.from(STRING(), "123").resultsIn(LocalDate.of(123, 1, 1))
.from(STRING(), "123").resultsIn(LocalTime.of(23, 1, 1))
Attachments
Issue Links
- links to