Excluding multiple NULL values for indexes by default

Related products: Software Factory

In SQL Server, a unique index does not allow multiple NULLs by default. There is a way around this by adding a where clause to the index. (where unique_field is not null). However, this can not be modelled in the SF.

Unique indexes can now be configured to exclude null values.