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

Not all dependencies is created at restore [CORE2448] #2862

Closed
firebird-automations opened this issue May 4, 2009 · 2 comments
Closed

Not all dependencies is created at restore [CORE2448] #2862

firebird-automations opened this issue May 4, 2009 · 2 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @hvlad

Jira_subtask_inward CORE2440

After restore of attached backup run query below

SELECT * FROM RDB$DEPENDENCIES D
WHERE D.RDB$DEPENDED_ON_NAME = 'FLOAT_INT_SHOW'

Resultset is empty, while few computed fields are dependent on procedure FLOAT_INT_SHOW.
After ALTER this fields into the same computed expression dependencies are created ok.

For example

ALTER TABLE ALU
ALTER TITLE COMPUTED BY (
vyrobce || ' - ' || model || ' (' || (select * from float_int_show(sirka)) || ' - ' || (select * from float_int_show(prumer)) || ')'
)

Commits: 0725600

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

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

resolution: Fixed [ 1 ]

Fix Version: 2.5 RC1 [ 10300 ]

assignee: Vlad Khorsun [ hvlad ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

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

2 participants