Cannot drop procedure if using a system domain (RDB$Field_name)
---------------------------------------------------------------

                 Key: CORE-5616
                 URL: http://tracker.firebirdsql.org/browse/CORE-5616
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 2.5.7
         Environment: FB 2.5.7 x64 
            Reporter: Slavomir Skopalik
            Priority: Minor


Simple test case:

SET TERM ^;
CREATE PROCEDURE A(A RDB$Field_Name)
AS
BEGIN
END
^
SET TERM ;^
COMMIT;

DROP PROCEDURE A;
COMMIT;

Cannot commit transaction:
can't format message 13:393 -- message file C:\WINDOWS\firebird.msg not found.
unsuccessful metadata update.
cannot delete.
DOMAIN RDB$FIELD_NAME.
there are 21 dependencies.


-- 
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

        

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to