You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Neha Gupta (Jira)" <ji...@apache.org> on 2020/01/09 02:58:00 UTC

[jira] [Created] (PHOENIX-5668) Add Full table name to the error message for constraint violation exceptions

Neha Gupta created PHOENIX-5668:
-----------------------------------

             Summary: Add Full table name to the error message for constraint violation exceptions
                 Key: PHOENIX-5668
                 URL: https://issues.apache.org/jira/browse/PHOENIX-5668
             Project: Phoenix
          Issue Type: Bug
            Reporter: Neha Gupta
            Assignee: Neha Gupta


As part of PHOENIX-2566, the error message was changed for constraint violation exceptions where the full table name is no longer shown when there is a unique key violation.

*New error*: java.sql.SQLException: ERROR 218 (23018): Constraint violation. UNIQUE_KEY may not be null

 

*Old error*: Foo.bar.pk may not be null



--
This message was sent by Atlassian Jira
(v8.3.4#803005)