[
https://issues.apache.org/jira/browse/IGNITE-22930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maksim Zhuravkov updated IGNITE-22930:
--------------------------------------
Description:
Example:
{noformat}
SELECT '' ~ '\X'
{noformat}
Expected error(or something similar to it): invalid regular expression: invalid
escape \ sequence
was:
Example:
{noformat}
SELECT '' ~ '\X'
{noformat}
> Sql. Regex. Invalid escape character in not ignored
> ---------------------------------------------------
>
> Key: IGNITE-22930
> URL: https://issues.apache.org/jira/browse/IGNITE-22930
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Reporter: Maksim Zhuravkov
> Priority: Major
> Labels: ignite-3
>
> Example:
> {noformat}
> SELECT '' ~ '\X'
> {noformat}
> Expected error(or something similar to it): invalid regular expression:
> invalid escape \ sequence
--
This message was sent by Atlassian Jira
(v8.20.10#820010)