Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Unit tests in dummy.iq:
!use post select 1.0 = some (ARRAY[1,2,null]); Values passed to IN operator must have compatible types !error select * from emp where cast(true as boolean) > some(select deptno from dept where false); Values passed to IN operator must have compatible types !error select cast(true as boolean) = some (1,2,CAST(null as INTEGER)); Values passed to IN operator must have compatible types !error
The current exception is about the IN operator.
Attachments
Issue Links
- links to