Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Orm/Xtensive.Orm/Strings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -2612,6 +2612,15 @@ Error: {1}</value>
<data name="ExMaxNumberOfConditionsShouldBeBetweenXAndY" xml:space="preserve">
<value>DomainConfiguration.MaxNumberOfConditions should be between {0} and {1} (included).</value>
</data>
<data name="ExNestedTransactionTimeout" xml:space="preserve">
<value>Nested transaction cannot have timeout</value>
</data>
<data name="ExTransactionTimeout" xml:space="preserve">
<value>Transaction is longer than {0}</value>
</data>
<data name="ExWithIndexHintDoesNotSupportQueryProviderOfTypeX" xml:space="preserve">
<value>'WithIndexHint' does not support query provider of type '{0}'.</value>
</data>
<data name="LogKeyGeneratorKindForHierarchyWithRootXHasChangedToNone" xml:space="preserve">
<value>Key generator kind for hierarchy with root '{0}' has changed to None. Make sure that all key values are recieved by constructor and passed to one of Entity constructors.</value>
</data>
Expand Down