Showing related tags and posts accross the entire site.
-
Hello, my database defaults are not taken over in my generation. I had a look and come to following conclusion in function GetCSDefaultValueByType: the defaultValueProperty.DataType is always a string, so the code always goes through this branch. when no subbranch is executed, it returns null, so ignoring...
-
Hi, I've got a table which has a GUID field type, with the default value set to newid(). However, when I perform an insert I am deliberately setting the value of that field myself. The problem is that if I perform a get for the same row immediately after the insert, the value of that field has changed...