Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"attempted update of read-only column" when trying update editable view without triggers [CORE3991] #4323

Closed
firebird-automations opened this issue Nov 21, 2012 · 5 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Alex Bekhtin (afgm)

CREATE TABLE TEST_TABLE (
ID INTEGER
);

CREATE OR ALTER VIEW VIEW_TEST_TABLE(
ID)
AS
select id
from test_table;

insert into view_test_table(ID) values(10);

update view_test_table set ID = 10;

-----------------
This column cannot be updated because it is derived from an SQL function or expression.
attempted update of read-only column.

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

Duplicates CORE3986. It should be fixed since build 30138.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Duplicate [ 3 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Closed [ 6 ] => Closed [ 6 ]

QA Status: No test => Done successfully

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant