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 Zhuravkov (Jira)" <ji...@apache.org> on 2024/03/05 11:45:00 UTC

[jira] [Created] (IGNITE-21673) Sql. Do not allow duplicate column names in unique column list of a primary key constraint.

Maksim Zhuravkov created IGNITE-21673:
-----------------------------------------

             Summary: Sql. Do not allow duplicate column names in unique column list of a primary key constraint. 
                 Key: IGNITE-21673
                 URL: https://issues.apache.org/jira/browse/IGNITE-21673
             Project: Ignite
          Issue Type: Bug
          Components: sql
            Reporter: Maksim Zhuravkov


SQL standard does not allows to include the same column multiple times in column list of a primary key. 
AI-3 accepts multiple columns, because it it deduplicates them. Let's update DDL command to catalog command convertion to be consistent with the standard.



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