8
0
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:
Vlad Khorsun 2024-08-08 14:41:16 +03:00
parent 1ce4734ab4
commit db69e655d7

View File

@ -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);