You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2025. It is now read-only.
>=SelectQueryError<`Could not embed because more than one relationship was found for '${DistantName}' and '${RelationName}' you need to hint the column with ${DistantName}!<columnName> ?`>
SelectQueryError<`Could not embed because more than one relationship was found for '${RelatedRelationName}' and '${CurrentTableOrView}' you need to hint the column with ${RelatedRelationName}!<columnName> ?`>
173
165
: FoundRelation
174
166
: // Same check for forward relationships, but we must gather the relationships from the found relation
175
167
FoundRelationextends{
@@ -178,13 +170,13 @@ type CheckRelationshipError<
? RequireHintingSelectQueryError<Fromextendsstring ? From : 'unknown',RelatedRelationName>
179
+
? SelectQueryError<`Could not embed because more than one relationship was found for '${From}' and '${RelatedRelationName}' you need to hint the column with ${From}!<columnName> ?`>
188
180
: FoundRelation
189
181
: FoundRelation
190
182
@@ -219,7 +211,7 @@ type ResolveReverseRelationship<
? SelectQueryError<`Could not embed because more than one relationship was found for '${RelatedRelationName}' and '${CurrentTableOrView}' you need to hint the column with ${RelatedRelationName}!<columnName> ?`>
0 commit comments