Skip to content

Table alias doesn't work with joinRelation #181

@koskimas

Description

@koskimas

joinRelation doesn't use the table alias if specified like this:

Person
  .query()
  .from('Person as p')
  .joinRelation('pets')

The full table name is used instead.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions