-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
Cannot alter generator's comment to the same value [CORE1142] #1564
Comments
Modified by: @dyemanovstatus: Open [ 1 ] => Resolved [ 5 ] resolution: Fixed [ 1 ] Fix Version: 2.1 [ 10041 ] assignee: Claudio Valderrama C. [ robocop ] |
Modified by: @dyemanovFix Version: 2.0.2 [ 10130 ] |
Commented by: @pcisar Fix verified, test added. |
Modified by: @pcisarstatus: Resolved [ 5 ] => Closed [ 6 ] |
Modified by: @pcisarWorkflow: jira [ 11631 ] => Firebird [ 15029 ] |
Modified by: @pavel-zotovQA Status: No test |
Modified by: @pavel-zotovQA Status: No test => Done successfully |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Submitted by: @dyemanov
Assigned to: Claudio Valderrama C. (robocop)
Is related to QA39
The issue appears only if you're attempting to set the same comment value for a generator (other object types are not affected):
comment on generator G is 'asd';
commit;
comment on generator G is 'asd';
commit;
--
Cannot commit transaction:
This operation is not defined for system tables.
unsuccessful metadata update.
GENERATOR G.
Only can modify description for user generators.
The problem is inside vio.cpp::dfw_should_know() that returns true for the "nothing changed" condition.
Commits: aa756f7 9475e6b
The text was updated successfully, but these errors were encountered: