Evgeny Stanilovsky created CALCITE-6180:
-------------------------------------------
Summary: Backslash cannot be escaped in LIKE ESCAPE operator
Key: CALCITE-6180
URL: https://issues.apache.org/jira/browse/CALCITE-6180
Project: Calcite
Issue Type: Bug
Components: core
Affects Versions: 1.36.0
Reporter: Evgeny Stanilovsky
Assignee: Evgeny Stanilovsky
The expression below must be processed correctly and return positive result
{noformat}
select 'Dev\ops' like 'Dev#\ops' escape '#';
{noformat}
Insted it returns :
Invalid escape sequence exception.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)