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)