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

Gbak restores NULL rdb$description in rdb$functions as blob (0, 0) [CORE1174] #1596

Closed
firebird-automations opened this issue Mar 21, 2007 · 7 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Claudio Valderrama C. (robocop)

Assigned to: Claudio Valderrama C. (robocop)

Unlike all other functions that restore objects, get_function doesn't set to NULL the field rdb$description, forcing tools to do an additional check just on extracting functions comments to discover if the blob is relevant or not.
Additionally, misplaced code in get_security_class always makes NULL the descriptions for security classes even though the backup can contain such descriptions (we don't allow comments in security classes through DDL, however).
Both bugs were inherited from IB.

Commits: 93f17d8

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Fix Version: 2.1 [ 10041 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Version: 2.1 Initial [ 10160 ]

Version: 1.5.4 [ 10100 ] =>

Version: 2.0.0 [ 10091 ] =>

Version: 1.5.3 [ 10028 ] =>

Version: 1.5.2 [ 10027 ] =>

Version: 1.5.1 [ 10026 ] =>

Version: 1.5.0 [ 10025 ] =>

Version: 1.0.3 [ 10006 ] =>

Version: 2.0.1 [ 10090 ] =>

Version: 2.0.2 [ 10130 ] =>

Version: 2.1.0 [ 10041 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Version: 2.0.1 [ 10090 ]

Version: 1.5.4 [ 10100 ]

Version: 2.0.0 [ 10091 ]

Version: 1.5.3 [ 10028 ]

Fix Version: 2.1 Beta 1 [ 10141 ]

Fix Version: 2.1.0 [ 10041 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

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

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 11703 ] => Firebird [ 14364 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

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