You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Ali Alsuliman (Jira)" <ji...@apache.org> on 2019/10/03 18:37:00 UTC

[jira] [Created] (ASTERIXDB-2651) Handle matching a literal backslash properly in LIKE

Ali Alsuliman created ASTERIXDB-2651:
----------------------------------------

             Summary: Handle matching a literal backslash properly in LIKE
                 Key: ASTERIXDB-2651
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2651
             Project: Apache AsterixDB
          Issue Type: Bug
          Components: FUN - Functions
    Affects Versions: 0.9.4
            Reporter: Ali Alsuliman
            Assignee: Ali Alsuliman
             Fix For: 0.9.5


Fix matching a literal backslash in LIKE. As an example,
 
{code:java}
SELECT "test\\string" LIKE "%\\\\%"
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)