Merge pull request #8390 from redsun82/remove-unique-from-uuid

C++: Remove uniqueness constraint from uuid
This commit is contained in:
Robert Marsh
2022-03-11 11:08:34 -05:00
committed by GitHub
7 changed files with 8389 additions and 1 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
description: Remove uniqueness constraint from the uuid property
compatibility: full

View File

@@ -703,7 +703,7 @@ usertype_final(unique int id: @usertype ref);
usertype_uuid(
unique int id: @usertype ref,
unique string uuid: string ref
string uuid: string ref
);
mangled_name(

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
description: Remove uniqueness constraint from the uuid property
compatibility: full