Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scripts with Unicode #81

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment
Open

Scripts with Unicode #81

GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant