Evgeny Stanilovsky created IGNITE-22316:
-------------------------------------------
Summary: Sql. Support concatenation for binary types.
Key: IGNITE-22316
URL: https://issues.apache.org/jira/browse/IGNITE-22316
Project: Ignite
Issue Type: Bug
Components: sql
Affects Versions: 3.0.0-beta1
Reporter: Evgeny Stanilovsky
According to sql standard: 6.31 <string value expression>
<binary value expression> ::=
<binary concatenation>
| <binary factor>
thus constructions like:
{noformat}
SELECT x'12' || '10';{noformat}
need to be supported.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)