Skip to content

innerJoinRelation without specifying .select() would overwrite values  #161

@oiime

Description

@oiime

eg:

model.query().innerJoinRelation('model2')

would overwrite model's id column with model2's id column as not specifying .select() defaults to '*', no ambiguous column warning is given (using mysql 5.7 with mysql2 as adapter)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions