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

Typo on Batch Updates #384

Closed
gusandrioli opened this issue Feb 6, 2021 · 0 comments · Fixed by #442
Closed

Typo on Batch Updates #384

gusandrioli opened this issue Feb 6, 2021 · 0 comments · Fixed by #442
Assignees

Comments

@gusandrioli
Copy link

https://gorm.io/docs/update.html#Batch-Updates

Your Question

Missing closing quote on last word:
// UPDATE users SET name='hello', age=18 WHERE role = 'admin;
Should be
// UPDATE users SET name='hello', age=18 WHERE role = 'admin';

@s-takehana s-takehana mentioned this issue Jul 27, 2021
1 task
jinzhu pushed a commit that referenced this issue Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants