You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maksim Timonin (Jira)" <ji...@apache.org> on 2021/12/15 08:59:00 UTC

[jira] [Updated] (IGNITE-15484) SQL allows "create index" query with duplicated columns

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

Maksim Timonin updated IGNITE-15484:
------------------------------------
    Ignite Flags: Release Notes Required  (was: Docs Required,Release Notes Required)
    Release Note: Raise an exception if user specify same column multiple times for creating index ddl clause

> SQL allows "create index" query with duplicated columns
> -------------------------------------------------------
>
>                 Key: IGNITE-15484
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15484
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Maksim Timonin
>            Assignee: Maksim Timonin
>            Priority: Major
>             Fix For: 2.12
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> This query should forbid such queries and raise an exception:
> "create index IDX on table (id ASC, id DESC);"
> Now it creates index last appearance of the field, in this case (id DESC).
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)