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.
* Main entry point for constructing the result type of a PostgREST query.
@@ -448,7 +448,7 @@ type ProcessSpreadNode<
448
448
? ResultextendsSelectQueryError<infer E>
449
449
? SelectQueryError<E>
450
450
: ExtractFirstProperty<Result>extendsunknown[]
451
-
? SpreadOnManyEnabled<ClientOptions['postgrestVersion']>extendstrue// Spread over an many-to-many relationship, turn all the result fields into correlated arrays
451
+
? SpreadOnManyEnabled<ClientOptions['PostgrestVersion']>extendstrue// Spread over an many-to-many relationship, turn all the result fields into correlated arrays
452
452
? ProcessManyToManySpreadNodeResult<Result>
453
453
: {
454
454
[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