You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe my expectation for this use case incorrect, but I had thought the identifier() function would handle cases of keywords that cannot be used as identifiers:
# expected behavioridentifier('order') =='"order"'# actual behavioridentifier('order') =='order'
Let me know if my assumption is incorrect on how to use this.
The text was updated successfully, but these errors were encountered:
Maybe my expectation for this use case incorrect, but I had thought the
identifier()
function would handle cases of keywords that cannot be used as identifiers:Let me know if my assumption is incorrect on how to use this.
The text was updated successfully, but these errors were encountered: