- Notifications
You must be signed in to change notification settings - Fork5
Commit5c4eb91
committed
Reject out-of-range dates in to_date().
Dates outside the supported range could be entered, but would not printreasonably, and operations such as conversion to timestamp wouldn't behavesanely either. Since this has the potential to result in undumpable tabledata, it seems worth back-patching.Hitoshi Harada1 parent7127293 commit5c4eb91
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3332 | 3332 |
| |
3333 | 3333 |
| |
3334 | 3334 |
| |
| 3335 | + | |
| 3336 | + | |
| 3337 | + | |
| 3338 | + | |
| 3339 | + | |
| 3340 | + | |
3335 | 3341 |
| |
3336 | 3342 |
| |
3337 | 3343 |
| |
|
0 commit comments
Comments
(0)