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

Description (COMMENT ON) for package procedures and functions, and its parameters [CORE4484] #4804

Closed
firebird-automations opened this issue Jul 7, 2014 · 5 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Robert (rj1102)

Votes: 3

I like to have the possibility to add a description to package procedures and functions, and its parameters:

COMMENT ON PROCEDURE <PackageName>.<ProcedureName> IS '<Description>'|NULL
COMMENT ON FUNCTION <PackageName>.<FunctionName> IS '<Description>'|NULL
COMMENT ON PROCEDURE PARAMETER <PackageName>.<ProcedureName>.<ParamName> IS '<Description>'|NULL
COMMENT ON FUNCTION PARAMETER <PackageName>.<FunctionName>.<ParamName> IS '<Description>'|NULL

Commits: 8bbd309 FirebirdSQL/fbt-repository@938d7e2

====== Test Details ======

Test verifies ability to store comments and also to encode them in UTF8

@firebird-automations
Copy link
Collaborator Author

Commented by: Thomas Beckmann (thbeckmann)

I'd really appreciate this, and asked for it quite some time ago, and still see no good reason not to implement it...

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

assignee: Adriano dos Santos Fernandes [ asfernandes ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

summary: RFC: Description (COMMENT ON) for package procedures and functions, and its parameters => Description (COMMENT ON) for package procedures and functions, and its parameters

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

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

resolution: Fixed [ 1 ]

Fix Version: 3.0 Beta 1 [ 10332 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: Done successfully

Test Details: Test verifies ability to store comments and also to encode them in UTF8

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