[
https://issues.apache.org/jira/browse/CALCITE-6180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17802320#comment-17802320
]
Julian Hyde edited comment on CALCITE-6180 at 1/3/24 8:48 PM:
--------------------------------------------------------------
[~zstan] and [~mbudiu], I think the previous behavior was correct. This was not
a bug, and the change should be backed out. What evidence do you have to the
contrary?
was (Author: julianhyde):
[~zstan], I think the previous behavior was correct. This was not a bug, and
the change should be backed out. What evidence do you have to the contrary?
> Append possibility to escape backslash in LIKE expression
> ---------------------------------------------------------
>
> 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
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.37.0
>
>
> 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)