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

Fix errors 1170 and 1071, and support UTF8 #2

Closed
wants to merge 1 commit into from

Conversation

joelchen
Copy link

Fix error 1170: BLOB/TEXT column 'key' used in key specification without a key length
Fix error 1071: Specified key was too long; max key length is 767 bytes
Support UTF8 (three bytes per character)

Fix error 1170: BLOB/TEXT column 'key' used in key specification without a key length
Fix error 1071: Specified key was too long; max key length is 767 bytes
Support UTF8 (three bytes per character)
@jinzhu
Copy link
Contributor

jinzhu commented Feb 23, 2016

Hi @joelchen

We don't want to only support 255 length translation keys, but do want to support text, although the warning message is boring, you could safe to ignore it, it will only just a little of slower when updating translations.

Will check it later to remove the warning the message totally.

Thank you for your PR anyway.

@jinzhu jinzhu closed this Feb 23, 2016
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

Successfully merging this pull request may close these issues.

None yet

2 participants