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

sync/import issue #278

Open
janul opened this issue Oct 7, 2016 · 1 comment
Open

sync/import issue #278

janul opened this issue Oct 7, 2016 · 1 comment

Comments

@janul
Copy link
Collaborator

janul commented Oct 7, 2016

Due to default mysql collation the search is case insensitive
this cause the issue if:

  • in imported/synced metadata there is entityID="XYZ"
  • there is entityID="xyz" in jagger already
    So by the search both entities are the same entity but during internal veryfication (strict comparison) there are not and it causes Doctrine exception during sync with db.
@janul
Copy link
Collaborator Author

janul commented Nov 7, 2016

for now just added error log if such issue occurs commit: 0ca9d7b

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