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

Connection lost immediatelly after compiling procedure with RPAD system function [CORE2612] #3022

Closed
firebird-automations opened this issue Aug 31, 2009 · 6 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: chedek (chedek2)

Is related to QA414

after compiling following procedure in database with ODS 11.2 connection to server lost....
During restoring database with such procedures server fail to restore it with similar error.

create procedure TEST2 (name varchar(50),spaces integer)
returns (rname varchar(200))
as
begin
rname = name || rpad(' ',:spaces,' ');
suspend;
end

Commits: 82b6f6a

@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: connection lost immediatelly after compiling procedure => Connection lost immediatelly after compiling procedure with RPAD system function

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

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

resolution: Fixed [ 1 ]

Fix Version: 2.5 RC1 [ 10362 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA414 [ QA414 ]

@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
Projects
None yet
Development

No branches or pull requests

2 participants