0
Fixed

Identity on non-valid column doesn't generate error

Marc Belley 9 aastat tagasi uuendaja Jarosław Błąd (CEO) 9 aastat tagasi 3
Aafter changing a primary key with an identity from an int to a varchar, I noticed there's no check to see if an identity is valid. This should probably popup as an Error.

Image 51
You're right. We will add signaling incorrect datatype for identity column as an error.
Fixed
It is done and on production.