[jira] [Commented] (IGNITE-6396) SQL: Support SQLSTATE error code for "NOT NULL" constraint

2017-09-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-6396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16169926#comment-16169926
 ] 

ASF GitHub Bot commented on IGNITE-6396:


Github user asfgit closed the pull request at:

https://github.com/apache/ignite/pull/2681


> SQL: Support SQLSTATE error code for "NOT NULL" constraint
> --
>
> Key: IGNITE-6396
> URL: https://issues.apache.org/jira/browse/IGNITE-6396
> Project: Ignite
>  Issue Type: Bug
>  Components: sql
>Affects Versions: 2.3
>Reporter: Vladimir Ozerov
>Assignee: Sergey Kalashnikov
> Fix For: 2.3
>
>
> Respective SQLSTATE: 20004.



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


[jira] [Commented] (IGNITE-6396) SQL: Support SQLSTATE error code for "NOT NULL" constraint

2017-09-18 Thread Sergey Kalashnikov (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-6396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16169795#comment-16169795
 ] 

Sergey Kalashnikov commented on IGNITE-6396:


Correct code is 22004 and it is already provided in the error for NOT NULL 
case. Thus, I only added a test {{JdbcErrorsSelfTest.testNotNullViolation}}.

> SQL: Support SQLSTATE error code for "NOT NULL" constraint
> --
>
> Key: IGNITE-6396
> URL: https://issues.apache.org/jira/browse/IGNITE-6396
> Project: Ignite
>  Issue Type: Bug
>  Components: sql
>Affects Versions: 2.3
>Reporter: Vladimir Ozerov
>Assignee: Sergey Kalashnikov
> Fix For: 2.3
>
>
> Respective SQLSTATE: 20004.



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


[jira] [Commented] (IGNITE-6396) SQL: Support SQLSTATE error code for "NOT NULL" constraint

2017-09-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-6396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16169794#comment-16169794
 ] 

ASF GitHub Bot commented on IGNITE-6396:


GitHub user skalashnikov opened a pull request:

https://github.com/apache/ignite/pull/2681

IGNITE-6396: Added test for SQL state error code for NOT NULL violation



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gridgain/apache-ignite ignite-6396

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/2681.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2681


commit 01a39a396574678c4199f7711757c7cea9220b07
Author: skalashnikov 
Date:   2017-09-18T09:23:36Z

IGNITE-6396: Added test for error code for NOT NULL violation




> SQL: Support SQLSTATE error code for "NOT NULL" constraint
> --
>
> Key: IGNITE-6396
> URL: https://issues.apache.org/jira/browse/IGNITE-6396
> Project: Ignite
>  Issue Type: Bug
>  Components: sql
>Affects Versions: 2.3
>Reporter: Vladimir Ozerov
>Assignee: Sergey Kalashnikov
> Fix For: 2.3
>
>
> Respective SQLSTATE: 20004.



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