External routines does not receive default values for they output parameters
----------------------------------------------------------------------------

                 Key: CORE-5527
                 URL: http://tracker.firebirdsql.org/browse/CORE-5527
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 3.0.2, 4.0 Initial
            Reporter: Adriano dos Santos Fernandes


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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to