mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:03:04 +01:00
Fixed issue reported by Adriano.
This commit is contained in:
parent
fd471aa39d
commit
cce77ac325
@ -705,6 +705,7 @@ static bool is_array_or_blob(const dsql_nod* node)
|
||||
case nod_constant:
|
||||
case nod_null:
|
||||
case nod_via:
|
||||
case nod_substr:
|
||||
case nod_internal_info:
|
||||
return false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user