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
#Ecto.Query<from a in Post, where: a.id in ^4, limit: 1>
The use of the in operator seems weird to me, but it has been there for over a year, and noone has complained yet. This makes me wonder if I am doing something wrong.
The text was updated successfully, but these errors were encountered:
results in
Running
post |> Post.parent()
returnsThe use of the
in
operator seems weird to me, but it has been there for over a year, and noone has complained yet. This makes me wonder if I am doing something wrong.The text was updated successfully, but these errors were encountered: