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
Serializing a has_many :through relation is currently broken and results in invalid SQL due to bad column references.
postgres_ext-serializers handles these like a normal has_many relation, when instead it needs to lookup the through_reflection and join the underlying join table to be able to lookup the proper ids.
The text was updated successfully, but these errors were encountered:
Serializing a
has_many :through
relation is currently broken and results in invalid SQL due to bad column references.postgres_ext-serializers handles these like a normal has_many relation, when instead it needs to lookup the
through_reflection
and join the underlying join table to be able to lookup the proper ids.The text was updated successfully, but these errors were encountered: