FB 3: TYPE OF arguments of stored functions will hang firebird engine if 
depending domain or column is changed
--------------------------------------------------------------------------------------------------------------

                 Key: CORE-4281
                 URL: http://tracker.firebirdsql.org/browse/CORE-4281
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 3.0 Alpha 1
         Environment: Windows
            Reporter: Robert


(WI-T3.0.0.30566 Firebird 3.0 Alpha 1)

Test scenario:

CREATE DOMAIN TestDomain AS INTEGER;

COMMIT;

CREATE FUNCTION TestFunction (Arg1 TYPE OF TestDomain) RETURNS INTEGER AS
BEGIN
END;

COMMIT;

ALTER DOMAIN TestDomain TYPE BIGINT;

COMMIT;

Firebird engine will hang after the last commit (Firebird service must be 
restarted before you can continue). This also occurs for TYPE OF COLUMN. This 
issue only involves stored functions; for stored procedure it works okay.

- Robert
NL

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

        

------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to