AnasChhilif / budgeteer-api

API for the budgeteer app
MIT License
0 stars 0 forks source link

[BUG] Id incrementation #6

Open dabanner opened 1 month ago

dabanner commented 1 month ago

when an save entity fails for whatever reason (i tested with unique issue on my end) the id goes with it, so if you try to save an entity that is supposed to have id = 2 and it fails, when you try again and it works, the id = 2 is gone and ur entity will have id = 3, in other words we skip the id = 2, not a big issue but might be interesting to look into in the future.

URGENCY = LOW

AnasChhilif commented 4 days ago

Seems to be more of a feature than a bug.