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

Query Builder MERGE aka UPSERT #1351

Closed
willfarrell opened this issue Apr 15, 2016 · 2 comments
Closed

Query Builder MERGE aka UPSERT #1351

willfarrell opened this issue Apr 15, 2016 · 2 comments

Comments

@willfarrell
Copy link

The ability to uniformly apply and UPSERT to multiple languages.

Great summary of the different SQL implementations: https://en.wikipedia.org/wiki/Merge_(SQL)

Possible Syntax: knex().insert({...}).upsert([keys]).update({...})

@rhys-vdw
Copy link
Member

rhys-vdw commented May 7, 2016

I'd like to see a discussion of the API, but upsert support would be great.

@rhys-vdw
Copy link
Member

Duplicate of #54

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

No branches or pull requests

2 participants