View Issue Details

IDProjectCategoryView StatusLast Update
0001353Database Comparer VCLGeneralpublic2019-04-18 19:46
Reportershirokov Assigned Tobarry  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Summary0001353: Firebird 3.0: SQL parsing/building of "create function" statement is not supported
DescriptionCannot parse and execute the following script. TIBSQLExec can't create this script. The IB extractors can't extract it as well.

SET TERM ^ ;

create or alter function CASTFLOAT (
 TEXT varchar(255))
returns float
AS
begin
 return cast(replace(trim(text), ',', '.') as float);
 when any do return null;
end^

SET TERM ; ^
TagsNo tags attached.

Activities

barry

2018-06-01 00:25

administrator   ~0003737

7.0.0.1670

Issue History

Date Modified Username Field Change
2018-04-17 17:47 shirokov New Issue
2018-04-17 17:47 shirokov Status new => assigned
2018-04-17 17:47 shirokov Assigned To => barry
2018-06-01 00:25 barry Status assigned => resolved
2018-06-01 00:25 barry Resolution open => fixed
2018-06-01 00:25 barry Note Added: 0003737
2019-04-18 19:46 barry Status resolved => closed