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

Bug: Multiple SchemaUpdates (Rename) not possible #57

Open
Scorpion1091 opened this issue Sep 22, 2023 · 0 comments
Open

Bug: Multiple SchemaUpdates (Rename) not possible #57

Scorpion1091 opened this issue Sep 22, 2023 · 0 comments

Comments

@Scorpion1091
Copy link

In JsonDBTemplate.updateCollectionSchema the JasonWrite function renameKeyInJsonFile is called:
https://github.com/Jsondb/jsondb-core/blob/master/src/main/java/io/jsondb/JsonDBTemplate.java#L402

At this call the collection.values() are passed but not updated.

So if you have multiple renameOperations only the last one takes effect.

The renameKeyInJsonFile-Method should take the PathToCollectionFile instead of the collection.values() and only operate on the JsonFile

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