[jira] [Updated] (IGNITE-5948) SQL: UNIQUE constraint support for CREATE TABLE.

2017-08-06 Thread Andrew Mashenkov (JIRA)

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

Andrew Mashenkov updated IGNITE-5948:
-
Summary: SQL: UNIQUE constraint support for CREATE TABLE.  (was: SQL: 
UNIQUE index support.)

> SQL: UNIQUE constraint support for CREATE TABLE.
> 
>
> Key: IGNITE-5948
> URL: https://issues.apache.org/jira/browse/IGNITE-5948
> Project: Ignite
>  Issue Type: New Feature
>  Components: sql
>Reporter: Andrew Mashenkov
>
> This is an umbrella ticket intended to aggregate all the activities related 
> to {{UNIQUE}} constraint support for {{CREATE TABLE }}commands.
> {{CREATE TABLE Persons (PersonID int, Age int, Salary int, UNIQUE 
> (PersonID));}}
> Ignite must prevent setting PersonID to non-unique value.
> The feature has to be supported for:
> ODBC and JDBC drivers.
> Native APIs (Java, .NET, C++)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (IGNITE-5948) SQL: UNIQUE constraint support.

2017-08-06 Thread Andrew Mashenkov (JIRA)

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

Andrew Mashenkov updated IGNITE-5948:
-
Description: 
This is an umbrella ticket intended to aggregate all the activities related to 
{{UNIQUE}} constraint support for {{CREATE TABLE }}commands.

{{CREATE TABLE Persons (PersonID int, Age int, Salary int, UNIQUE (PersonID));}}

Ignite must prevent setting PersonID to non-unique value.

The feature has to be supported for:
ODBC and JDBC drivers.
Native APIs (Java, .NET, C++)

> SQL: UNIQUE constraint support.
> ---
>
> Key: IGNITE-5948
> URL: https://issues.apache.org/jira/browse/IGNITE-5948
> Project: Ignite
>  Issue Type: New Feature
>  Components: sql
>Reporter: Andrew Mashenkov
>
> This is an umbrella ticket intended to aggregate all the activities related 
> to {{UNIQUE}} constraint support for {{CREATE TABLE }}commands.
> {{CREATE TABLE Persons (PersonID int, Age int, Salary int, UNIQUE 
> (PersonID));}}
> Ignite must prevent setting PersonID to non-unique value.
> The feature has to be supported for:
> ODBC and JDBC drivers.
> Native APIs (Java, .NET, C++)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)