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

Incorrect results are produced for REG_PATH_VALUE from REG_PATH table when using MySQL #2617

Open
malinthaprasan opened this issue Feb 26, 2020 · 0 comments

Comments

@malinthaprasan
Copy link

Description:
REG_PATH entries for collections are preserved when deleting collections due to registry versioning feature.
in MySQL default collation for columns, is case insensitive. Hence below issue can occur.

  1. Create a collection called "abc"
  2. Delete the collection
  3. Create another collection called "Abc"

This will bind to the previously created path for "abc".
This can cause creating mix of registry paths entries with new case and old case.

@malinthaprasan malinthaprasan changed the title Incorrect results are produced for REG_PATH_VALUE from REG_PATH table Incorrect results are produced for REG_PATH_VALUE from REG_PATH table when using MySQL Feb 27, 2020
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