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

Error on translations:find #142

Open
PhilCCMG opened this issue Nov 20, 2018 · 1 comment
Open

Error on translations:find #142

PhilCCMG opened this issue Nov 20, 2018 · 1 comment

Comments

@PhilCCMG
Copy link

Whenever I run translations:find, I get a SQL error (w/ artisan)

https://i.imgur.com/S9CoeeS.png

@vsch
Copy link
Owner

vsch commented Nov 21, 2018

@clyv, I suspect it is related to the local/group/key columns having case insensitive collation so the index is built and validated ignoring the case of these columns. If any one of them, most likely the key column has duplicates when ignoring case then this would happen.

I searched for an issue with a fix I saw but could not find it. All I found was a link to https://dev.mysql.com/doc/refman/5.7/en/case-sensitivity.html

If you can change the collation to case sensitive on these columns I think it will fix the problem.

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

2 participants