DataAction / AdoNetCore.AseClient

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

String handling tests and improvements #73

Closed senseibaka closed 6 years ago

senseibaka commented 6 years ago

This was triggered as a result of issue #51

While I wasn't able to reproduce the issue, I did add in more string tests, some related to unicode handling. The tests are run against the reference driver as well as our own -- this allows us to discover what the reference driver outputs.

This uncovered a bug in how we were handling (or, not handling) the null-terminator character \0, which was then fixed.

Also: