-
Notifications
You must be signed in to change notification settings - Fork 12
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
Failing Test for german special characters #5
Conversation
* you have to set the mysql dsn, user and pass in $ENV
Conflicts: t/.19-populate-unicode.t.un~ t/var/DBIxClassDifferent.db t/var/fixtures/_config_set t/var/fixtures/excludes/_config_set
|
I'm experiencing the problems described above if the connection to mysql uses the option After disabling this option and loading the fixtures again with Without looking into the code i assume that strings are not encoded to utf8 before saving them to the DB. However, with It would be great if using fixtures would work if mysql_enable_utf8 is used symmetrically: |
|
@fheyer I have to dig up my irc logs tomorrow to refresh my memory on what the underlying issue was, I don't have access to my logs here. |
|
Hey,
i've created a test which is populating a MySQL Database with german special chars, dumping it into fixtures and repopulate it from the fixtures.
You have to set Environment variables, to run the test against a MySQL database:
t/19-populate-unicode.t fails after importing the fixtures back into the MySQL DB.
We couldn't find the bug, but can help if you give us a hint.
Thanks in advance,
Patrick