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

Dependencies are not removed after dropping the procedure and the table it depends on in the same transaction [CORE3314] #3681

Closed
firebird-automations opened this issue Jan 21, 2011 · 10 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Nikolay Ponomarenko (pnv82)

Is related to QA476

Votes: 1

Test case:

create table t (a int);
create procedure p as begin delete from t; end;
commit;

drop procedure p;
drop table t;
commit;

At this point we have a record left in RDB$DEPENDENCIES referring to procedure P depending on table T.

Commits: 4c241ab 071a98a FirebirdSQL/fbt-repository@63aab5f

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

reporter: Dmitry Yemanov [ dimitr ] => Nikolay Ponomarenko [ pnv82 ]

assignee: Dmitry Yemanov [ dimitr ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: Open [ 1 ] => In Progress [ 3 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

Please test the next snapshot, it should have the issue fixed.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: In Progress [ 3 ] => Open [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Fix Version: 2.5.1 [ 10333 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: Nick (nick)

Problem of the same kind described in CORE3458 , but with triggers and fields.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

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

resolution: Fixed [ 1 ]

Fix Version: 3.0 Alpha 1 [ 10331 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA476 [ QA476 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pmakowski

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

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: Done successfully

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