LinqToDB4iSeries / Linq2DB4iSeries

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

LinqToDB 5 migration #69

Closed MaceWindu closed 1 year ago

MaceWindu commented 1 year ago

@nsarris

We just released 5.0.0-preview.2 release and it would be nice if you can check for any migration issues before final release (expected in 2-3 weeks)

nsarris commented 1 year ago

@MaceWindu #71 , all tests are passing, ping me when release is merged so I can run test against it.

nsarris commented 1 year ago

@MaceWindu v5 released. In a future patchcould you make internals visible to LinqToDB.DataProvider.DB2iSeries. This would allow removing some code copied over and allow usage of internal tools.

MaceWindu commented 1 year ago

I'm not a big fan of IVT. Could you provide a list of APIs you need so we will make them public?

nsarris commented 1 year ago

Well nothing specific, was just an idea, I guess at this point I only really need Method LinqToDB.DataProvider.DB2.DB2BulkCopy.ProviderSpecificCopyImpl , but I can live with copying it over when it changes.