LEGO: Merge pull request 1656

LEGO: Merge pull request 1656
This commit is contained in:
Alex Hsu
2022-08-27 08:36:58 -07:00
committed by GitHub
parent c33ffa592b
commit b2abc82c33
6 changed files with 108 additions and 0 deletions

View File

@@ -1468,6 +1468,24 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ComputedColumnNeedToBePersistedAndNotNullInPrimaryKeyRuleDescription" ItemType="0" PsrId="308" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The computed column with name '{0}' has to be persisted and not nullable to be part of a primary key.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Die berechnete Spalte mit dem Namen „{0}“ muss beibehalten werden und darf nicht Nullwerte zulassen, um Teil eines Primärschlüssels zu sein.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ComputedColumnNeedToBePersistedInForeignKeyRuleDescription" ItemType="0" PsrId="308" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The computed column with name '{0}' has to be persisted to be part of the foreign key '{1}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Die berechnete Spalte mit dem Namen „{0}“ muss beibehalten werden, um Teil des Fremdschlüssels „{1}“ zu sein.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Concatenation" ItemType="0" PsrId="308" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Concatenation]]></Val>