LinqToDB4iSeries / Linq2DB4iSeries

LinqToDB provider for the DB2 database on IBM iSeries
MIT License
18 stars 5 forks source link

Add logic to handle function tables. #60

Closed devinlyons closed 2 years ago

devinlyons commented 2 years ago

Most of this is copied from the BasicSqlBuilder with some small modifications. Unfortunately, I couldn't find a good place to override the methods in a more efficient way.

devinlyons commented 2 years ago

In Linq2Db 4.0, there is a better way to implement this because the BuildPhysicalTable method has been made virtual.

nsarris commented 2 years ago

Supported in v4