You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the following within a sql script, against a Sql Server database,
appears to cause the Unicode data to be transformed to another format:
UPDATE [Table] SET [Column] = N'渣打银行优势测试' WHERE [ID] = XXX;
The update statement is attempting to update a column to hold a Mandarin
string. I have tested the script using Sql Server Management Studio which is
successful but unfortunately this does not execute as expected when ran through
RoundHouse.
Am I missing something obvious or is this an issue?
Thanks,
Colin
Original issue reported on code.google.com by [email protected] on 3 Sep 2014 at 12:14
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 3 Sep 2014 at 12:14The text was updated successfully, but these errors were encountered: