DataAction / AdoNetCore.AseClient

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

Add support for AseDecimal #18

Closed senseibaka closed 6 years ago

senseibaka commented 6 years ago

Implements #10 When the UseAseDecimal connection parameter is enabled, then the driver should use AseDecimal for all decimal representations. Otherwise, regular System.Decimal will be used, and the existing SqlDecimal type should be used for to/from byte conversions.