Change seen by source control on unchanged item
mika
Posts: 6
I just upgraded to 3.6.5.123 and when I go to the commit changes tab there are 2 changes which weren't there before.
They are both for SQL functions where dbo was changed to DBO and there was an extra dot added:
ie:
(notice the extra dot before the second [DBO])
When I try to undo, it says it's successful, but the changes are then still there...
They are both for SQL functions where dbo was changed to DBO and there was an extra dot added:
ie:
CREATE FUNCTION [dbo].[fn_GameDay_Get]was changed to
CREATE FUNCTION .[DBO].[fn_GameDay_Get]
(notice the extra dot before the second [DBO])
When I try to undo, it says it's successful, but the changes are then still there...
Comments
Thanks for your post.
I just tried reproducing the issue with the same function name but wasn't able to get the same behavior.
We have a ticket open for you (19871) -- would you mind responding there with the full script in your repository?
Thanks,
Evan
Product Support
(866) 627-8107
Keeps gettings changed to
This is copies from the commit changes compare window in sql source control. There was no actual change.
Worth noting: It seems that SQL has allowed it all these years (this funciton has been there forever as is)
Nothing to do for me though - I will fix it my side.
Thanks.