Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.38.0
Description
Seems this issue need to be continuation of [1] issue
This test (placed into SqlOperatorTest) need to be failed but it passed:
@Test void testCast0() { final SqlOperatorFixture f = fixture(); f.checkFails("SELECT -CAST(-32768 AS SMALLINT)", ".*Value 32768 out of range", true); }
Attachments
Issue Links
- links to