Skip to content
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

Merged
merged 2 commits into from
Oct 22, 2021
Merged

Fix for #26526 #27731

merged 2 commits into from
Oct 22, 2021

Conversation

ZitronePlus
Copy link
Contributor

@ZitronePlus ZitronePlus commented Jun 30, 2021

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"

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"
@szaimen szaimen added the 3. to review Waiting for reviews label Jun 30, 2021
@szaimen szaimen added this to the Nextcloud 23 milestone Jun 30, 2021
@artonge
Copy link
Contributor

artonge commented Jul 1, 2021

Nice and quick to review, thanks @ZitronePlus !

@artonge
Copy link
Contributor

artonge commented Jul 1, 2021

Can you sign your commit ?

git commit --amend --no-edit --signoff
git push --force-with-lease origin master

@ZitronePlus ZitronePlus force-pushed the master branch 4 times, most recently from 5d32f37 to 5e02ac2 Compare July 1, 2021 14:39
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 <scharft@hochschule-trier.de>
@Pytal
Copy link
Member

Pytal commented Jul 1, 2021

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

@skjnldsv
Copy link
Member

/rebase

@skjnldsv skjnldsv added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Aug 18, 2021
@szaimen szaimen added 2. developing Work in progress and removed 4. to release Ready to be released and/or waiting for tests to finish labels Aug 31, 2021
@szaimen
Copy link
Contributor

szaimen commented Aug 31, 2021

@ZitronePlus any update here?
Do you mind addressing this comment #27731 (comment) ?
Otherwise creating a new PR with your changes is probably faster...

@skjnldsv
Copy link
Member

skjnldsv commented Sep 1, 2021

/rebase

@skjnldsv skjnldsv mentioned this pull request Oct 13, 2021
@skjnldsv
Copy link
Member

skjnldsv commented Oct 15, 2021

@ZitronePlus please rebase or allow us to edit this pr :)

@skjnldsv skjnldsv added the bug label Oct 15, 2021
@skjnldsv skjnldsv merged commit b2c32b7 into nextcloud:master Oct 22, 2021
@welcome
Copy link

welcome bot commented Oct 22, 2021

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

@skjnldsv skjnldsv added 4. to release Ready to be released and/or waiting for tests to finish and removed 2. developing Work in progress labels Oct 22, 2021
@skjnldsv skjnldsv mentioned this pull request Oct 25, 2021
25 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Database Versioncheck syntax error
6 participants