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

mysql error #734

Closed
wyq756543431 opened this Issue Feb 18, 2017 · 2 comments

Comments

Projects
None yet
2 participants
@wyq756543431

wyq756543431 commented Feb 18, 2017

.get_result::(&connection)
| ^^^^^^^^^^ the trait diesel::backend::SupportsReturningClause is not implemented for diesel::mysql::Mysql

@Eijebong

This comment has been minimized.

Member

Eijebong commented Feb 18, 2017

You should use .execute(&connection) as mysql does not support the RETURNING clause.

You can have a look at #718 if you want to see mysql adapted examples

@wyq756543431

This comment has been minimized.

wyq756543431 commented Feb 18, 2017

think you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment