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

jo: fix dedup logic #145

Merged
merged 1 commit into from
Mar 17, 2021
Merged

jo: fix dedup logic #145

merged 1 commit into from
Mar 17, 2021

Conversation

gromgit
Copy link
Collaborator

@gromgit gromgit commented Mar 17, 2021

Original implementation did not take JSON import (a.k.a. -f) into account. This PR moves the dedup selection logic to a lower level, which also simplifies the code.

Fixes #144.

Original implementation did not take JSON import (a.k.a. `-f`) into account. This PR moves the dedup selection logic to a lower level, which also simplifies the code.

Fixes jpmens#144.
@jpmens jpmens merged commit d151688 into jpmens:master Mar 17, 2021
@jpmens
Copy link
Owner

jpmens commented Mar 17, 2021

Brilliant, thanks! Merged.

@gromgit gromgit deleted the insert_keys_2 branch March 18, 2021 03:45
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.

Deduplication doesn't work with -f
2 participants