Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(dql): Fix error message in case of wrong argument to val() (#7543)
Fix wrong error message for DQL queries which contains a val() function and val's argument is not a variable. It used to always say that it expects a variable but got comma. Fixed it to spit the right error message.
- Loading branch information