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

Bug in SET DEFAULT statement [CORE1735] #2159

Closed
firebird-automations opened this issue Feb 11, 2008 · 9 comments
Closed

Bug in SET DEFAULT statement [CORE1735] #2159

firebird-automations opened this issue Feb 11, 2008 · 9 comments

Comments

@firebird-automations
Copy link
Collaborator

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.

@firebird-automations
Copy link
Collaborator Author

Modified by: Sean Leyne (seanleyne)

Link: This issue is duplicated by CORE1736 [ CORE1736 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

Version: 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 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

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

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Link: This issue is duplicated by CORE1736 [ CORE1736 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA336 [ QA336 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @pcisar

QA test added.

@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