-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
identifier() should quote if uppercase characters
Previously the identifier() function wouldn't quote the identifier solely because it contained uppercase characters. The new behaviour of quoting if there are any uppercase characters is intended to be more in line with what people expect. It's also easier to recreate the old behaviour by calling lower() on the input beforehand, than it is to try and create the new behaviour with the old function.
- Loading branch information
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters