View Issue Details

IDProjectCategoryView StatusLast Update
0001737Interbase/FirebirdGeneralpublic2022-02-09 09:28
Reporterbarry Assigned Tobarry  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version8.0.0.2453 
Fixed in Version8.0.0.2457 
Summary0001737: FB 2.5: Procedure Output param with Domain gen error on default
Descriptiondomain type in procedure param with default
Steps To Reproducecreate or alter procedure ZPLT_REPORT_DF (...)
returns (
    PRSNID integer,
INN DMN_NBR = '', // <---
ICOD VARCHAR(5))
as
begin
end;
Additional InformationInvalid token.
SQL error state =42000
Dynamic SQL Error.
SQL error code = -104.
Token unknown - line 5, column 13.
=.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-02-08 14:28 barry New Issue
2022-02-08 14:28 barry Status new => assigned
2022-02-08 14:28 barry Assigned To => barry
2022-02-08 14:33 barry Summary FB 2.5: Procedure param with Domain gen error on default => FB 2.5: Procedure Output param with Domain gen error on default
2022-02-08 15:21 barry Fixed in Version => 8.0.0.2457
2022-02-09 09:28 barry Status assigned => resolved
2022-02-09 09:28 barry Resolution open => fixed