LinqToDB4iSeries / Linq2DB4iSeries

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

Provider does not work with linq2db 3.3.0. #50

Closed devinlyons closed 3 years ago

devinlyons commented 3 years ago

The provider fails because it does not implement the SupportedTableOptions property.

nsarris commented 3 years ago

@devinlyons I'm not sure when I can put work in this one, if you care to take a shot at it you basicly have to replicate the behaviour of the DB2 provider.

devinlyons commented 3 years ago

@nsarris, I updated the provider but I am not super confident about the results. Please take a look at my PR and let me know if you have any notes.