-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.11.0
-
Component/s: None
-
Labels:None
Below three functions are not working properly:
{fn LOCATE(string1, string2 [, integer])} {fn LTRIM(string)} {fn RTRIM(string)}
They're on supported list on SQL reference page, but in SqlOperatorBaseTest.testJdbcFn(), thery're marked as 'not works' with the reason.
Either moving them to 'Not implemented' on page or fixing them is necessary.
What would be better?