SQLProvider icon indicating copy to clipboard operation
SQLProvider copied to clipboard

Postgres, Oracle and FireBird: computed columns

Open Thorium opened this issue 5 years ago • 0 comments
trafficstars

Computed columns should be excluded from insert clause when calling strongly-typed (column-listed) .Create(...) methods. This is already working in MySQL and SQL Server, but Oracle, Postgres and Firebird is still missing this feature.

Basically when the database schema is read, a Boolean column should be populated in here (Postgres) and here (Oracle) and here (Firebird).

Thorium avatar Sep 18 '20 15:09 Thorium