-
Notifications
You must be signed in to change notification settings - Fork 41
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
respect UTF8 #108
Comments
|
This happen only on project where |
|
A few more information on this. I set breakpoint at /DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm:500 One interesting fact that same method from same file is different for $dest_schema: $source_schema: As you can see $dest_schema is not UTF8 decoded It is worth to mention that SQL added by |
|
This is a bug (which I agree, an actual bug) in either DBICDH or, more likely, SQLT. It needs reporting there. This module cannot fix it. |
If my
Result/Table.pmlooks like:When I run
preparecommand I get migration script with broken comments:The text was updated successfully, but these errors were encountered: