UDT Table Type requires repeated commit
John Palmer
Posts: 7
I have a database under TFS shared development source control. There is one UDT out of about twenty that continuously shows up on the commit tab of source control.
There are no changes being made to this UDT and curiously, the diff at the bottom of the source control tab does not indicate any differences.
However, if this UDT is selected and committed, when the screen is refreshed, it still remains in the list of objects requiring committing.
Any ideas on why this single UDT might always appear to need a commit?
There are no changes being made to this UDT and curiously, the diff at the bottom of the source control tab does not indicate any differences.
However, if this UDT is selected and committed, when the screen is refreshed, it still remains in the list of objects requiring committing.
Any ideas on why this single UDT might always appear to need a commit?
Comments
After playing with this for a while, I suspect it has to do with default and check constraints, however I find it curious that the compare doesn't find (or at least display) any differences.
This is how the table type scripts out as a CREATE:
I've logged it under the bug tracking code SOC-4068. I'll let you know as soon as I find out when it's expected to be fixed.
Sorry for the inconvenience.
I'll watch for your resolution.
-John