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
Determine if we can use f-strings instead of .format() for the PostgreSQL query variables. Also define the sql.Identifier() variables outside of the query constructions so that they can be reused where that is possible.
Motivation and context
Simplify, simplify.
The text was updated successfully, but these errors were encountered:
jsf9k
added
the
improvement
This issue or pull request will add or improve functionality, maintainability, or ease of use
label
Nov 5, 2021
💡 Summary
Determine if we can use f-strings instead of
.format()
for the PostgreSQL query variables. Also define thesql.Identifier()
variables outside of the query constructions so that they can be reused where that is possible.Motivation and context
Simplify, simplify.
The text was updated successfully, but these errors were encountered: