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

.append method wont work as meant ( v0.2 or lower ) #2

Closed
tory1103 opened this issue Aug 8, 2021 · 1 comment
Closed

.append method wont work as meant ( v0.2 or lower ) #2

tory1103 opened this issue Aug 8, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@tory1103
Copy link
Owner

tory1103 commented Aug 8, 2021

Describe the bug
Append method wont append to list as meant, it will infinite list loop

To Reproduce
database.set("test", "s")
database.append("test", "ss")

Meant response: ["s", "ss"]
Actual response: [["s"], "ss"]

Desktop:

  • OS: Windows
  • Version <=0.2
@tory1103 tory1103 added the bug Something isn't working label Aug 8, 2021
@tory1103 tory1103 added this to To Do in oh-my-pickledb via automation Aug 8, 2021
@tory1103
Copy link
Owner Author

tory1103 commented Aug 8, 2021

Fixed on v0.2.2

@tory1103 tory1103 closed this as completed Aug 8, 2021
oh-my-pickledb automation moved this from To Do to Done Aug 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant