DataAction / AdoNetCore.AseClient

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

Default size for variable-length output parameters #39

Closed senseibaka closed 6 years ago

senseibaka commented 6 years ago

Fixes issue #33.

For variable-length output parameters, the reference driver doesn't require client code to specify a Size, and uses a standard value instead (255 or 510 depending on the type). This PR is to replicate this behaviour, since it's useful for drop-in-replacements where existing client code does not specify a Size