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
Copy file name to clipboardExpand all lines: src/select-query-parser/result.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -445,7 +445,7 @@ type ProcessSpreadNode<
445
445
? ResultextendsSelectQueryError<infer E>
446
446
? SelectQueryError<E>
447
447
: ExtractFirstProperty<Result>extendsunknown[]
448
-
? ClientOptions['postgrestVersion']extends13// Spread over an many-to-many relationship, turn all the result fields into arrays
448
+
? ClientOptions['postgrestVersion']extends13// Spread over an many-to-many relationship, turn all the result fields into correlated arrays
449
449
? ProcessManyToManySpreadNodeResult<Result>
450
450
: {
451
451
[KinSpread['target']['name']]: SelectQueryError<`"${RelationName}" and "${Spread['target']['name']}" do not form a many-to-one or one-to-one relationship spread not possible`>
0 commit comments