Bug related to Node/Edge tables?
guruper2
Posts: 6 Bronze 1
After initial commit, I still get all Node and Edge tables in the database in the list of changes. The compare engine says it's a change in the Primary key. When trying to commit the change, I get a git error, probably because there's no real change in the underlying files. Is there a workaround, or do we need to wait for a bugfix?
Tagged:
Answers
Can I ask what the Git error message you're getting is?
Kind regards
Dan Calver | Redgate Software
Have you visited our Help Center?
I think the underlying issue is that there are no actual changes to check in. The local files are correct, but the UX comes up with "fake" changes when refreshing the commit window.
The issue Git is having is you're leaving the commit message empty and I assume you have it configured to enforce a message.
Kind regards
Dan Calver | Redgate Software
Have you visited our Help Center?
But it shows as: ALTER TABLE [Node].[Address] ADD CONSTRAINT [PK_Node_Address] PRIMARY KEY CLUSTERED ON [PRIMARY]
This causes all node and edge tables to show up having a difference, but the differences are not real. It's because the primary key is scripted wrong.
In that case I'll need more information from yourself and so I'll reach out via a support ticket to yourself
Kind regards
Dan Calver | Redgate Software
Have you visited our Help Center?