DataAction / AdoNetCore.AseClient

AdoNetCore.AseClient - a .NET Core DB Provider for SAP ASE
Apache License 2.0
108 stars 45 forks source link

DataSet compatibility (.net core 2.0) #14

Closed senseibaka closed 6 years ago

senseibaka commented 6 years ago

A lot of our testing has revolved around using Dapper, or just the plain old AseDataReader. There is also the option of using System.Data.DataSet.

We should add tests revolving around the use of DataSet, and then fix any emergent bugs. Maybe start with DataSet.Load.