Skip to content

Property access of proxy in joined tables always creates a new column #32

@mgenware

Description

@mgenware

This could give confusing results, example:

const jc = post.user_id.join(user);
const c1 = jc1.title;
const c2 = jc1.title;
// c1 and c2 are two different objects.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions