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.
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.