Missing constraint name in foreign key error message in FB 2.1.4
----------------------------------------------------------------

                 Key: CORE-3691
                 URL: http://tracker.firebirdsql.org/browse/CORE-3691
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 2.1.4
         Environment: FB 2.1.4 SS, Windows XP
            Reporter: michalk1
            Priority: Minor


Missing constraint name is specific to FB 2.1.4, which is probably side effect 
of CORE-2289 fix.

ALTER TABLE DETAIL ADD CONSTRAINT DETAIL_FK FOREIGN KEY (ID) REFERENCES MASTER 
(ID);
COMMIT;

FB 2.1.3, FB 2.5.1 (correct):
violation of FOREIGN KEY constraint "".
violation of FOREIGN KEY constraint "DETAIL_FK" on table "DETAIL".
Foreign key reference target does not exist.

FB 2.1.4 (constraint name missing):
violation of FOREIGN KEY constraint "".
violation of FOREIGN KEY constraint "***unknown***" on table "DETAIL".
Foreign key reference target does not exist.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to