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

Set collation when resetting connection #243

Closed
bgrainger opened this issue Apr 18, 2017 · 1 comment
Closed

Set collation when resetting connection #243

bgrainger opened this issue Apr 18, 2017 · 1 comment
Labels

Comments

@bgrainger
Copy link
Member

#242 demonstrates that MySQL server may pick a different collation option when SET NAMES utf8mb4; is issued (when resetting a connection). We should explicitly specify COLLATE ut8mb4_bin in this command to be using the same collation when opening a new connection and resetting an existing one.

@bgrainger
Copy link
Member Author

Fixed in 0.18.1.

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

No branches or pull requests

1 participant