mirror of
https://github.com/DBDiff/DBDiff.git
synced 2026-04-25 05:15:49 +03:00
[GH-ISSUE #88] Add a way to update records based on non-primary unique column #63
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DBDiff#63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Destroy666x on GitHub (Nov 7, 2018).
Original GitHub issue: https://github.com/DBDiff/DBDiff/issues/88
As the title says. In some applications you don't mind primary keys changing and you have other fields that make the records unique. It would be nice to define the column that's supposed to be the identifier during diff generation.
@ilevennet commented on GitHub (Jul 18, 2019):
Yes, it's a good Idea. I have some problems with table with unique key.
@nkboscia commented on GitHub (Sep 9, 2021):
Yes, many tables do not have a primary key, so we can't use this tool. :( That should be stated in the prerequisites so people know before trying to use it.