MuhammadTahaNaveed opened a new pull request, #901: URL: https://github.com/apache/age/pull/901
- Using **"\_"** as a variable was conflicting with the default alias name being internally used which is also **"\_"**. - Changed all internal aliases and var names to be prefixed with **\_age_default_**. - Added grammar rule to disallow use of variables prefixed with **\_age_default_** in user query. - Added corresponding test cases. Resolves #883 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
