Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.36.0
Description
The following test passes in SqlOperatorTest:
@Test public void testIllegalDate() { final SqlOperatorFixture f = fixture(); f.checkScalar("cast('1945-02-32' as DATE)", "1945-03-04", "DATE NOT NULL"); }
There is no February 32, I suspect that this expression should produce an error.