typeorm
typeorm copied to clipboard
@VirtualColumn accepts a `select` option, but type does not specify it.
What was unclear or otherwise insufficient?
The select option is missing from the type, but it appears to be respected if passed and set to false. It can then be overridden on the find options/query builder as well.
Recommended Fix
Add a select boolean to the VirtualColumnOptions interface.
Additional Context
No response
Are you willing to resolve this issue by submitting a Pull Request?
Yes, I have the time, and I know how to start.