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
Currently the developer has to explicitly add .select(Post), otherwise the post isn't loaded. By it should be loaded by default unless explicitly called .select. However, .join can be called at any time, even before parent query .select, therefore some kind of @select_self : Bool = true variable should be introduced in the Query.
The text was updated successfully, but these errors were encountered:
Currently the developer has to explicitly add
.select(Post)
, otherwise the post isn't loaded. By it should be loaded by default unless explicitly called.select
. However,.join
can be called at any time, even before parent query.select
, therefore some kind of@select_self : Bool = true
variable should be introduced in the Query.The text was updated successfully, but these errors were encountered: