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

SkipDatabaseCreation can't handle test DB charset/collation settings #1

Closed
fwenzel opened this issue Mar 12, 2010 · 1 comment
Closed

Comments

@fwenzel
Copy link
Collaborator

fwenzel commented Mar 12, 2010

When I define this in my settings file:
'TEST_CHARSET': 'utf8',
'TEST_COLLATION': 'utf8_general_ci',

I can run FORCE_DB... tests fine, but if I omit that, I get:

django.db.utils.DatabaseError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CHARACTER SET utf8 COLLATE utf8_general_ci' at line 1")

@fwenzel
Copy link
Collaborator Author

fwenzel commented Mar 12, 2010

attaching a creation suffix to a drop database command does not make sense (closed by d792eaa)

This issue was closed.
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