External routines in packages wrong removed the necessity of termination with a 
semi-colon
------------------------------------------------------------------------------------------

                 Key: CORE-4155
                 URL: http://tracker.firebirdsql.org/browse/CORE-4155
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 3.0 Alpha 1
            Reporter: Adriano dos Santos Fernandes


recreate package body pkg1
as
begin
    function sum_args (
        n1 integer,
        n2 integer,
        n3 integer
    ) returns integer
        external name 'udrcpp_example!sum_args'
        engine udr;  -- error with the semi-colon and works without it
end

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

        

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to