Can't drop table when computed field depends on later created another field
---------------------------------------------------------------------------
Key: CORE-3579
URL: http://tracker.firebirdsql.org/browse/CORE-3579
Project: Firebird Core
Issue Type: Bug
Components: Engine
Affects Versions: 2.5.1
Reporter: Dmitriy Starodubov
create table Test (
Comp computed by (1),
Src int
);
alter table Test alter Comp computed by (Src);
After reconnect try to drop table:
drop table Test;
Statement failed, SQLSTATE = 42000
unsuccessful metadata update
-ERASE RDB$RELATIONS failed
-invalid request BLR at offset 6
-column SRC is not defined in table TEST
--
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
------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model
configuration take the hassle out of deploying and managing Subversion and
the tools developers use with it. Learn more about uberSVN and get a free
download at: http://p.sf.net/sfu/wandisco-dev2dev
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel