Skip to content

Commit

Permalink
Add alias name for system variable
Browse files Browse the repository at this point in the history
  • Loading branch information
keanji-x committed Jul 7, 2023
1 parent 5d48e05 commit 9b3aa1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ public Expression visitSystemVariable(SystemVariableContext ctx) {
throw new ParseException(e.getMessage(), ctx);
}
}
return literal;
return literal.alias(ctx.getText());
}

@Override
Expand Down

0 comments on commit 9b3aa1c

Please sign in to comment.