Kirill Tkalenko created IGNITE-27837:
----------------------------------------
Summary: Fix handling of columnNames in QuerySqlTableFunction
Key: IGNITE-27837
URL: https://issues.apache.org/jira/browse/IGNITE-27837
Project: Ignite
Issue Type: Bug
Affects Versions: 2.17
Reporter: Kirill Tkalenko
I discovered the following issue when usingĀ
{*}org.apache.ignite.cache.query.annotations.QuerySqlTableFunction{*}.
If we declare "123= {}," then in subsequent queries, "123" will be
case-sensitive, but "123" will not.
For example, queries like these will return errors about an unknown column:
An example where everything works fine:
--
This message was sent by Atlassian Jira
(v8.20.10#820010)