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

Disappear the descriptions of procedure parameters [CORE3528] #3885

Closed
firebird-automations opened this issue Jun 17, 2011 · 7 comments
Closed

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: John Kilin (johnkilin)

Duplicates CORE3140

After this script:

set term ^;

create domain TestDomain integer^

create procedure TestSP3 (
P1 integer,
P2 TestDomain
)
as
begin
end^

comment on parameter TestSP3.P1 is 'Test1'^
comment on parameter TestSP3.P2 is 'Test2'^

commit^

alter procedure TestSP3 (
P1 integer,
P2 TestDomain
)
as
begin
end^

commit^

The first parameter have the description, but the second parameter not have it.

@firebird-automations
Copy link
Collaborator Author

Modified by: John Kilin (johnkilin)

priority: Major [ 3 ] => Minor [ 4 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

assignee: Adriano dos Santos Fernandes [ asfernandes ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

Link: This issue duplicates CORE3140 [ CORE3140 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @asfernandes

Duplicates CORE3140. Fix will be backported.

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

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

resolution: Duplicate [ 3 ]

@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

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