[FB3] Wrong RDB$PARAMETER_MECHANISM
-----------------------------------

                 Key: CORE-3423
                 URL: http://tracker.firebirdsql.org/browse/CORE-3423
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 3.0 Initial
            Reporter: Kovalenko Dmitry


Hi

------------
create procedure sp_test(IN_ARG INTEGER)
 returns (OUT_ARG INTEGER)
as
begin
 OUT_ARG=IN_ARG;
end;

select pp.rdb$parameter_name,pp.rdb$parameter_mechanism
from rdb$procedure_parameters pp
where pp.rdb$procedure_name='SP_TEST';

------------
Firebird 2.5.1 returns NULL in rdb$parameter_mechanism column

Firebird 3 [build 29220] returns 1 [fb_prm_mech_type_of] in 
rdb$parameter_mechanism column

I think, FB3 should write to rdb$parameter_mechanism the NULL or 0 
[fb_prm_mech_normal]

-- 
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

        

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to