Skip to content

has_many :through broken #47

@felixbuenemann

Description

@felixbuenemann

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions