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 followingUniqueConstraintExceptionHowever the
ConstraintNameandConstraintPropertiesareNULLIf we include primary keys in the
uniqueIndexes(rough code below)Then the
UniqueConstraintExceptionnow hasConstraintName=PK_PeopleandConstraintProperties=PersonIdBeta Was this translation helpful? Give feedback.
All reactions