Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Global Constants for keywords #196

Open
martindsouza opened this issue Jun 14, 2019 · 0 comments
Open

New Global Constants for keywords #196

martindsouza opened this issue Jun 14, 2019 · 0 comments
Milestone

Comments

@martindsouza
Copy link
Member

martindsouza commented Jun 14, 2019

From : https://twitter.com/mortenbraten/status/1138699116517761029?s=11

"My workaround to this is to use "chr(64)" (for the at sign) and "chr(38)" (for the ampersand) in my code instead of the actual characters. Or define some constants: g_at constant varchar2 := chr(64) and use that in your code for better readability."

The purpose of this idea is to remove common key characters from code that cause compilation issues.

@martindsouza martindsouza added this to the 1.1.0 milestone Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant