mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:03:03 +01:00
Correction for #8203, thanks to Adriano
This commit is contained in:
parent
1ce4734ab4
commit
db69e655d7
@ -12331,7 +12331,7 @@ DmlNode* SysFuncCallNode::parse(thread_db* tdbb, MemoryPool& pool, CompilerScrat
|
||||
if (literal && literal->litDesc.isText())
|
||||
{
|
||||
MetaName relName;
|
||||
CVT2_make_metaname(&literal->litDesc, name, tdbb->getAttachment()->att_dec_status);
|
||||
CVT2_make_metaname(&literal->litDesc, relName, tdbb->getAttachment()->att_dec_status);
|
||||
|
||||
const jrd_rel* const relation = MET_lookup_relation(tdbb, relName);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user