-
Notifications
You must be signed in to change notification settings - Fork 77
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
How to define different setter for update and insert? #17
Comments
I imagine it might work something like:
would that work for you? |
I see it like this:
|
seamusabshere
added a commit
that referenced
this issue
Apr 26, 2013
Can anyone sketch a solution for this? |
Is this possible yet? |
@ioquatix It's not possible yet, this is still definitely on the wishlist. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to increment table field (by UPDATE) or set to 1 (by INSERT if record doesn't exist).
How can I do that with
upsert
?The text was updated successfully, but these errors were encountered: