ISQL v 2.5 extract metadata extract view with procedure into "from" earlier 
than the needed procedure
-----------------------------------------------------------------------------------------------------

                 Key: CORE-6162
                 URL: http://tracker.firebirdsql.org/browse/CORE-6162
             Project: Firebird Core
          Issue Type: Bug
          Components: ISQL
    Affects Versions: 2.5.9
            Reporter: Anatoliy


1. Script for test:
CREATE PROCEDURE a() RETURNS (out1 INTEGER)
AS
BEGIN
  out1 = 1;
  SUSPEND;
END;

CREATE VIEW b(b1) AS SELECT out1 as b1 FROM a();

2. ISQL extract metadata in wrong order (view then procedure). That result not 
create new datanase correctly.

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

        


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to