-
Bug
-
Resolution: Done
-
Major
-
8.12.10.6_3
-
None
-
None
Comparison operators <, <=, >, >=, =, <> work unexpectedly for 'time' datatype, foreign table has column 'timevalue time OPTIONS (NATIVE_TYPE 'TIMEOFDAY')'.
I created view with column 'TimeValue time', inserted data in format '10:57:23'.
I run queries like 'DELETE FROM smalla WHERE TimeValue <
'
- <, <>, <= deletes all rows, including rows that should be left
- >, >=, = deletes no rows