Using system domain in procedures arguments/returns cause the proc to be 
unchangeable
-------------------------------------------------------------------------------------

                 Key: CORE-4018
                 URL: http://tracker.firebirdsql.org/browse/CORE-4018
             Project: Firebird Core
          Issue Type: Bug
          Components: API / Client Library
    Affects Versions: 2.1.5
         Environment: win2008 R2
            Reporter: rudi feijo
            Priority: Minor


create a procedure using a system domain. 

create or alter procedure CANT_DEL_OR_CHANGE
returns (info RDB$SOURCE)
as
begin
  /* Procedure Text */
  suspend;
end


the procedure becomes undeletable / unchangeable. 
As you try to change or delete the proc, an exception is raised saying "domain 
cant be deleted, it contains n 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

        

------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to