Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
Fully Compatible
-
v4.0
-
Sharding 2018-12-17
Description
The following code leads to a silent overflow:
auto badDate = Date_t::max() + Milliseconds(1);
|
This should throw an exception instead.