Skip to content

Commit db69e65

Browse files
committed
Correction for #8203, thanks to Adriano
1 parent 1ce4734 commit db69e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dsql/ExprNodes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12331,7 +12331,7 @@ DmlNode* SysFuncCallNode::parse(thread_db* tdbb, MemoryPool& pool, CompilerScrat
1233112331
if (literal && literal->litDesc.isText())
1233212332
{
1233312333
MetaName relName;
12334-
CVT2_make_metaname(&literal->litDesc, name, tdbb->getAttachment()->att_dec_status);
12334+
CVT2_make_metaname(&literal->litDesc, relName, tdbb->getAttachment()->att_dec_status);
1233512335

1233612336
const jrd_rel* const relation = MET_lookup_relation(tdbb, relName);
1233712337

0 commit comments

Comments
 (0)