-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.14.0
-
Component/s: None
-
Labels:None
The LIKE operator must match '.' (period) literally, not treat it as a wild-card. Currently it treats it the same as '_'.
For example, 'abc' LIKE 'a.c' currently evaluates to TRUE but should evaluate to FALSE.