-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
Bug in SET DEFAULT statement [CORE1735] #2159
Comments
Modified by: @asfernandesVersion: 2.1 RC1 [ 10201 ] Version: 2.1 Beta 2 [ 10190 ] Version: 2.0.3 [ 10200 ] Fix Version: 2.5 Alpha 1 [ 10224 ] assignee: Adriano dos Santos Fernandes [ asfernandes ] |
Commented by: @pcisar QA test added. |
Modified by: @pcisarstatus: Resolved [ 5 ] => Closed [ 6 ] |
Modified by: @pavel-zotovQA Status: No test |
Modified by: @pavel-zotovstatus: 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
Submitted by: Maycon Ferraca (ferraca)
Is related to QA336
CREATE TABLE TEST (
A INTEGER
);
ALTER TABLE TEST ADD CHECK (A > 0);
ALTER TABLE TEST ALTER A SET DEFAULT '1000';
Error:
This operation is not defined for system tables.
unsuccessful metadata update.
Column A from table TEST is referenced in CHECK_798.
The text was updated successfully, but these errors were encountered: