-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Reworked #4709 after latest release #5447
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there's there may be one more replacement left, see extra/_beet
line 111:
sqlcmd="select distinct value from item_attributes where key=='$1' and value!='';"
I believe this is already correct when reviewing against the changes already made. Double quotes surrounding the command and single quotes for variable use within the string |
Ah you're completely right! My bad, got mixed up there. |
I think I found something relevant!
|
I have updated the 2 files as requested
Looking through the code I wonder if the changes in this PR should look to be updated to f-strings? |
I wouldn't think so - I guess it would be out of scope of your actual goal here |
Description
Fixes #4709 SQL use of Double Quoted Strings.
Replacing #5236
docs/changelog.rst
to the bottom of one of the lists near the top of the document.)