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

some changes made in sqlite-hf #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dewasahu2003
Copy link

  • avoiding duplicate label insertion
  • avoiding creating table if it is already exisiting

- first line in sql checks whether the table is present or not , if present then it will not create it 
- second line deletes every label and creates new label -- thus avoiding dupication
- now ,when we can `cargo run candidates` we only get label that are not duplicate
Avoiding Adding Duplicate Label to sqlite db
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.

2 participants