mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 17:23: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())
|
if (literal && literal->litDesc.isText())
|
||||||
{
|
{
|
||||||
MetaName relName;
|
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);
|
const jrd_rel* const relation = MET_lookup_relation(tdbb, relName);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user