You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2023/04/24 15:26:00 UTC

[jira] [Updated] (IGNITE-17870) SQL. Do not yield separate query result for comments

     [ https://issues.apache.org/jira/browse/IGNITE-17870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksey Plekhanov updated IGNITE-17870:
---------------------------------------
    Release Note: SQL: Fixed redundant query results for commented lines

> SQL. Do not yield separate query result for comments
> ----------------------------------------------------
>
>                 Key: IGNITE-17870
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17870
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>            Reporter: Andrey Mashenkov
>            Assignee: Andrey Mashenkov
>            Priority: Major
>             Fix For: 2.15
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Motivation
> Currently, lines with commented out lines yield additional query result. For the query below, three results will be returned (result for comment is “updated rows: 0“). You can play with the comments position within the entire query, the behavior with comments is not consistent and clear.
> -- asdf
> SELECT * FROM Test_Person limit 1;
> update Test_Person set name='sdfsdf' where id = 44444444;
> -- come
> -- asdf
> What to do
> Do not yield a separate query result for commented out lines.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)