8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 00:03:03 +01:00

Fixed CORE-1379 - Invalid parameter type when using it in CHAR_LENGTH function

This commit is contained in:
asfernandes 2007-07-25 15:46:08 +00:00
parent 054267a18b
commit 64f80d1914

View File

@ -10078,7 +10078,6 @@ static bool set_parameter_type(dsql_req* request, dsql_nod* in_node, dsql_nod* n
case nod_upcase:
case nod_lowcase:
case nod_extract:
case nod_strlen:
case nod_limit:
case nod_rows:
case nod_agg_list: