Results 54 comments of 

Having the same issue, any idea how to fix this?

@quesabe Thank you for the solution! It was working for me

Same here, with latest 0.3.19. Locking the version to 0.3.17 fixed it. Not sure if breaking changes introduced in 0.3.18 or 0.3.19.

https://github.com/typeorm/typeorm/pull/10432/files

@gwen1230 I think they are not going to fix this because not much people are using virtual column, so for stability either downgrade or switch to Prisma instead.

@fatlirmorina The solution is to install 0.3.17

getting the same issue here `column distinctAlias does not exist`

I found the solution is to set `eager: true` in your @OneToMany relation, by setting that the orderBy seem working now

Getting `TypeError: context.getScope is not a function` here

@dan-pugsley awesome!