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

rewrite at last _id #6

Closed
baxiry opened this issue Nov 17, 2023 · 1 comment
Closed

rewrite at last _id #6

baxiry opened this issue Nov 17, 2023 · 1 comment
Labels
fatal Fatal - panic bug
Milestone

Comments

@baxiry
Copy link
Owner

baxiry commented Nov 17, 2023

When Zara restarts it duplicates the last ID

The data becomes like this:

{"name":"adam", "age":18,"_id":2},
{"name":"adam", "age":20,"_id":4},
{"name":"adam", "age":20,"_id":4},
...

There was an object with _id: 3. But it was erased and overwritten after restart.

@baxiry baxiry added bug Something isn't working wontfix fatal Fatal - panic bug and removed bug Something isn't working wontfix labels Nov 17, 2023
@baxiry
Copy link
Owner Author

baxiry commented Nov 18, 2023

fixed

@baxiry baxiry closed this as completed Nov 18, 2023
@baxiry baxiry added this to the v0.6 milestone May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fatal Fatal - panic bug
Projects
None yet
Development

No branches or pull requests

1 participant