[
https://issues.apache.org/jira/browse/IGNITE-23410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Steshin updated IGNITE-23410:
--------------------------------------
Description:
Reproducer:
{code:java}
sql("select 'Dev\\ops' like 'Dev#\\ops' escape '#'");
{code}
raises
{code:java}
java.lang.RuntimeException: Invalid escape sequence 'Dev#\ops'
{code}
Adoption of #IGNITE-21143. Should be fixed with some version of Calcite. See
#CALCITE-6180 . The ticket is to watch the update.
was:
Reproducer:
{code:java}
sql("select 'Dev\\ops' like 'Dev#\\ops' escape '#'");
{code}
raises
{code:java}
java.lang.RuntimeException: Invalid escape sequence 'Dev#\ops'
{code}
Adoption of #IGNITE-21143. Should be fixed with some version of Calcite. See
#CALCITE-6180 . The ticketis to watch the update.
> Calcite. Backslash cannot be escaped in LIKE
> --------------------------------------------
>
> Key: IGNITE-23410
> URL: https://issues.apache.org/jira/browse/IGNITE-23410
> Project: Ignite
> Issue Type: Bug
> Reporter: Vladimir Steshin
> Priority: Minor
>
> Reproducer:
> {code:java}
> sql("select 'Dev\\ops' like 'Dev#\\ops' escape '#'");
> {code}
> raises
> {code:java}
> java.lang.RuntimeException: Invalid escape sequence 'Dev#\ops'
> {code}
> Adoption of #IGNITE-21143. Should be fixed with some version of Calcite. See
> #CALCITE-6180 . The ticket is to watch the update.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)