[ 
https://issues.apache.org/jira/browse/ASTERIXDB-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Till updated ASTERIXDB-2633:
----------------------------
    Description: 
{noformat}'+0300' like "+03%"{noformat} fails with {noformat}
ASX1001: Syntax error: In line 1 >>'+0300' like "+03%"<< Encountered  at column 
19.  [CompilationException]
{noformat} and
{noformat}'?0300' like "?03%"{noformat} fails with {noformat}
ASX1001: Syntax error: In line 1 >>'?0300' like "?03%"<< Encountered  at column 
19.  [CompilationException]
{noformat} as the characters {{+}} and {{?}} are not escaped when translating 
the LIKE syntax to Java's regex syntax.

> Error matching patterns that follow the LIKE syntax
> ---------------------------------------------------
>
>                 Key: ASTERIXDB-2633
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2633
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: FUN - Functions
>    Affects Versions: 0.9.4.1
>            Reporter: Till
>            Assignee: Till
>            Priority: Major
>             Fix For: 0.9.6
>
>
> {noformat}'+0300' like "+03%"{noformat} fails with {noformat}
> ASX1001: Syntax error: In line 1 >>'+0300' like "+03%"<< Encountered  at 
> column 19.  [CompilationException]
> {noformat} and
> {noformat}'?0300' like "?03%"{noformat} fails with {noformat}
> ASX1001: Syntax error: In line 1 >>'?0300' like "?03%"<< Encountered  at 
> column 19.  [CompilationException]
> {noformat} as the characters {{+}} and {{?}} are not escaped when translating 
> the LIKE syntax to Java's regex syntax.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to