DROP VIEW ignores the existing non-column dependencies
------------------------------------------------------

                 Key: CORE-3502
                 URL: http://tracker.firebirdsql.org/browse/CORE-3502
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 2.5.0, 3.0 Initial
            Reporter: Dmitry Yemanov


Test case:

create view v (id) as
select rdb$relation_id from rdb$database;

commit;

create procedure p as
  declare id int;
begin
  for select 1 from v into :id do begin end
end

commit;

execute procedure p; -- ok
commit;

drop view v;
commit; -- ok (should be error)

execute procedure p; -- error


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

        

------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to