JuTiger-Lee
JuTiger-Lee
Why don't add straight_join function? I want to know accurate reason Just technical problem? most users wants to add straight_join function Please give me the chance
@ephys Ok I understand If that's the case Can I invent a feature called straight_join function?
@mengtongun I have a solution, but not good method 1. ``` const recycleQuery = this.recruitmentRepo.createQueryBuilder('r') .orderBy('CASE WHEN r.id IN (:...ids) THEN 1 ELSE 2 END', ASC) .setParameters({ id: [] })...
@mengtongun Was it applied well? I think using case when in select doesn't have much to do with order.
@mengtongun thank you for shareing