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

External routines does not receive default values for they output parameters [CORE5527] #5795

Closed
firebird-automations opened this issue Apr 24, 2017 · 4 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @asfernandes

This PSQL function returns '6' as the return value defaults to the domain's default value.

create domain d1 varchar(10) default '6';

create or alter function f1 returns d1 not null
as
begin
end;

But a equivalent external function is not receiving this default value.

Commits: a721bba 7b1b3af

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

assignee: Adriano dos Santos Fernandes [ asfernandes ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

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

resolution: Fixed [ 1 ]

Fix Version: 4.0 Alpha 1 [ 10731 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

Fix Version: 3.0.3 [ 10810 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: No test => Deferred

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