
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Firebird-2.5.0.26096-0_Win32
|
|
Issue Links:
|
Relate
|
|
|
|
This issue is related to:
|
|
|
|
|
|
|
|
| Planning Status: |
Unspecified
|
|
create view TEST_VIEW (ID)
as select 1 from rdb$database;
commit;
alter view TEST_VIEW (ID)
as select 1, 2 from rdb$database;
!!! server terminated !!!
|
|
Description
|
create view TEST_VIEW (ID)
as select 1 from rdb$database;
commit;
alter view TEST_VIEW (ID)
as select 1, 2 from rdb$database;
!!! server terminated !!! |
Show » |
| There are no comments yet on this issue.
|
|