Replies: 1 comment
-
I think that would be nice. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Given the following
Trying to insert two people with the same PersonId (
Guid.Empty in this instance
) results in the followingUniqueConstraintException
However the
ConstraintName
andConstraintProperties
areNULL
If we include primary keys in the
uniqueIndexes
(rough code below)Then the
UniqueConstraintException
now hasConstraintName=PK_People
andConstraintProperties=PersonId
Beta Was this translation helpful? Give feedback.
All reactions