-
Notifications
You must be signed in to change notification settings - Fork 84
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
Upsert() should function on tables w/o a PK #24
Comments
Could you be a more specific? I'm not sure exactly what you mean... |
Hi , |
Does the table with the duplicate records have a primary key? I believe we use the primary key of the table to determine whether a row should be updated or inserted. |
what if it does not contain primary keys? |
There should be 2 fallback options if no primary keys are present on the table (in order):
|
Hi is there any method to remove only tables while upserting
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: