jediwhale / fitsharp

Functional testing tools for .NET
http://fitsharp.github.io
Other
152 stars 73 forks source link

DbFit for SqlServer - Fix for bug where multi-byte characters are ignored when inserting #89

Closed edharper01 closed 13 years ago

edharper01 commented 13 years ago

We recently ran across a long-standing bug where multi-byte unicode characters are inserted to the database as a series of question marks (i.e. they are silently converted from nvarchar to varchar by DbFit). This fix resolves this issue.

The acceptance tests have been extended to include a test for this issue.