Skip to content

Commit ceed0e4

Browse files
committed
Misc.
1 parent 16ef06e commit ceed0e4

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
@@ -12372,7 +12372,7 @@ DmlNode* SysFuncCallNode::parse(thread_db* tdbb, MemoryPool& pool, CompilerScrat
1237212372
// Special handling for system function MAKE_DBKEY:
1237312373
// convert constant relation name into ID at the parsing time
1237412374

12375-
auto literal = node->args->items.getCount() ?
12375+
auto literal = node->args->items.getCount() ?
1237612376
nodeAs<LiteralNode>(node->args->items[0]) : nullptr;
1237712377

1237812378
if (literal && literal->litDesc.isText())

0 commit comments

Comments
 (0)