Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.