-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Fix for #26526 #27731
Fix for #26526 #27731
Conversation
fix for sql query replaced double quotes with single quotes. Query should now also work for dbs with sql_mode including "ANSI" and "ANSI_QUOTES"
Nice and quick to review, thanks @ZitronePlus ! |
Can you sign your commit ? git commit --amend --no-edit --signoff
git push --force-with-lease origin master |
5d32f37
to
5e02ac2
Compare
fix for sql query replaced double quotes with single quotes. Query should now also work for dbs with sql_mode including "ANSI" and "ANSI_QUOTES" Signed-off-by: Tobias <[email protected]>
There are two commits now, you may want to git reset --soft HEAD~2
git commit --signoff -m '<Your message>'
git push --force-with-lease origin master |
/rebase |
@ZitronePlus any update here? |
/rebase |
@ZitronePlus please rebase or allow us to edit this pr :) |
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
Fix #26526
fix for sql query
replaced double quotes with single quotes.
Query should now also work for dbs with sql_mode including "ANSI" and "ANSI_QUOTES"