Feature Description
Current TypeORM doesn't support VIRTUAL generated columns for PostgreSQL (introduced in v18)
The Solution
Need to update the PostgresSqlQueryRunner for DDL definitions and checks for database version >= 18
Considered Alternatives
N/A
Additional Context
No response
Relevant Database Driver(s)
Are you willing to resolve this issue by submitting a Pull Request?
Yes, I have the time, and I know how to start.
Feature Description
Current TypeORM doesn't support
VIRTUALgenerated columns for PostgreSQL (introduced in v18)The Solution
Need to update the
PostgresSqlQueryRunnerfor DDL definitions and checks for database version >= 18Considered Alternatives
N/A
Additional Context
No response
Relevant Database Driver(s)
Are you willing to resolve this issue by submitting a Pull Request?
Yes, I have the time, and I know how to start.