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
{{ message }}
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.
I don't really understand why it's worth it to avoid adding double quotes some of the time in escape.ident. Always adding quotes would be more futureproof. quoteIdent looks inexpensive... is the idea to cut down on network traffic to and from the database?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I don't really understand why it's worth it to avoid adding double quotes some of the time in
escape.ident
. Always adding quotes would be more futureproof.quoteIdent
looks inexpensive... is the idea to cut down on network traffic to and from the database?The text was updated successfully, but these errors were encountered: