[ 
http://tracker.firebirdsql.org/browse/CORE-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Philippe Makowski reopened CORE-2923:
-------------------------------------


Seems that the issue is not fixed in 3.0 branch
see : 
http://web.firebirdsql.org/downloads/prerelease/results/3.0.0.31844/bugs.core_2923.html
http://ci.ibphoenix.fr/job/Firebird_3.0_Linux_64/Architecture=SuperServer/QA_Analysis_HTML_Report/bugs.core_2923.html
http://ci.ibphoenix.fr/job/Firebird_3.0_Linux_64/Architecture=Classic/QA_Analysis_HTML_Report/bugs.core_2923.html



> Problem with dependencies between a procedure and a view using that procedure
> -----------------------------------------------------------------------------
>
>                 Key: CORE-2923
>                 URL: http://tracker.firebirdsql.org/browse/CORE-2923
>             Project: Firebird Core
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: 2.5 Alpha 1,  2.5 Beta 1, 2.5 Beta 2, 3.0 Initial, 2.5 
> RC1, 2.5 RC2
>            Reporter: Dmitry Yemanov
>            Assignee: Adriano dos Santos Fernandes
>             Fix For: 3.0 Alpha 1,  2.5 RC3
>
>
> Test case:
> recreate procedure p_deps returns (i int) as begin suspend; end
> commit;
> recreate view v_deps as select i from p_deps
> commit;
> alter procedure p_deps returns (i int) as begin suspend; end
> commit;
> unsuccessful metadata update.
> cannot delete.
> DOMAIN RDB$73.
> there are 1 dependencies.
> System generated domain is shared between the procedure output parameter and 
> the view column, but ALTER PROCEDURE tries to recreate that domain.

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

        

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to