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

Update jaylydb index.ts to fix set not updating the value properly #306

Merged
merged 1 commit into from
Aug 5, 2023

Conversation

PAPISOP
Copy link
Contributor

@PAPISOP PAPISOP commented Aug 5, 2023

The set will now properly update the key in the database by removing the old value from the key if the key already exists in the database. Previously the set was not deleting the old value from a key in the scoreboard, instead it was adding a new key with a different value to the scoreboard.

The set will now properly update the key in the database by removing the old value from the key if the key already exists in the database.
@bot174
Copy link
Collaborator

bot174 commented Aug 5, 2023

Hey @PAPISOP, does this PR resolve #295?

@PAPISOP
Copy link
Contributor Author

PAPISOP commented Aug 5, 2023

@bot174 Yes.

@bot174 bot174 linked an issue Aug 5, 2023 that may be closed by this pull request
@JaylyDev JaylyDev merged commit d79d5cd into JaylyDev:main Aug 5, 2023
1 check passed
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.

JaylyDB doesn't write properly
3 participants