fsprojects / SQLProvider

A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
https://fsprojects.github.io/SQLProvider
Other
579 stars 146 forks source link

Postgres, Oracle and FireBird: computed columns #691

Closed Thorium closed 4 months ago

Thorium commented 4 years ago

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).