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

where clause with do_update() #1085

Closed
DaveLancaster opened this Issue Aug 9, 2017 · 1 comment

Comments

Projects
None yet
2 participants
@DaveLancaster

DaveLancaster commented Aug 9, 2017

Does on_conflict(do_update()) support a where clause? This would be super useful for something I am working on.

Thanks.

@sgrif

This comment has been minimized.

Member

sgrif commented Aug 9, 2017

No, we do not currently support DO UPDATE ... WHERE

@sgrif sgrif closed this Aug 9, 2017

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