0
Fixed

Identity on non-valid column doesn't generate error

Marc Belley fa 9 anys updated by Jarosław Błąd (CEO) fa 9 anys 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.