Request: SQL grid should validate values in fields with list drop-down according to the dropdown

Claus Pedersen

Member³
In the SQL window, if you edit column data where the column either has a foreign key reference or a simple check constraint (myColumn in (0,1)), the valid values can be shown in a list (indicated by a down arrow icon).

But when the value in the field does not match a value in the list, the value should be colored red, like when the value is too long, or you enter letters in a number field.
 
Back
Top