How can we help you today? How can we help you today?

Data Edit commit problem

I have a file that I track data in.  I just started getting a problem where SQL Source Control does not think two rows are the same.  I commit and push changes, but it still thinks the two rows are not the same.

Any thoughts on how to get this right?

-- Only In Database

INSERT INTO [a].[InputMapping] ([InputType], [InputValue], [MappedValue], [MappedInt]) VALUES (N'Employer Organization', N'Dukes Restaurant', N'Duke''s', NULL)
INSERT INTO [a].[InputMapping] ([InputType], [InputValue], [MappedValue], [MappedInt]) VALUES (N'Employer Organization', N'Duke''s Restaurant', N'Duke''s', NULL)

-- Only In Source Control

INSERT INTO [a].[InputMapping] ([InputType], [InputValue], [MappedValue], [MappedInt]) VALUES (N'Employer Organization', N'Dukes Restaurant', N'Duke''s', NULL)
INSERT INTO [a].[InputMapping] ([InputType], [InputValue], [MappedValue], [MappedInt]) VALUES (N'Employer Organization', N'Duke''s Restaurant', N'Duke''s', NULL)



Ron_Isaac
0

Comments

1 comment

  • DanC
    Hi @Ron_Isaac I'm going to need some more information from you in order to troubleshoot this, to keep your information private I'll reach out to you via a support ticket!
    DanC
    0

Add comment

Please sign in to leave a comment.