Last "end" in package body may no langer be closed by ";"
---------------------------------------------------------

                 Key: CORE-4124
                 URL: http://tracker.firebirdsql.org/browse/CORE-4124
             Project: Firebird Core
          Issue Type: Bug
          Components: ISQL
    Affects Versions: 3.0 Initial
         Environment: W7/64
ISQL Version: WI-T3.0.0.30435 Firebird 3.0 Unstable
Server version:
Firebird/Windows/Intel/i386 (access method), version "WI-T3.0.0.30435 Firebird 
3.0 Unstable" 
            Reporter: Thomas Beckmann


Consider the following example:

set term ^ ;
create or alter package PKG_TEST
as
begin
  function F_TEST returns smallint;
end^

recreate package body PKG_TEST
as
begin
  function F_TEST returns smallint
  as
  begin
    return 1;
  end;
end^
set term ; ^

This worked nicely until recently, but now, the ";" at the 3rd last line (the 
closing end for the function definition) leads to a "Token unknonw" error. If 
there are more functions, all but the last need the ";" at their 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

        

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to