bug: sqlite items ID exponentially grows #22

Open
opened 2024-03-21 09:51:15 +00:00 by pwgen2155 · 0 comments
Owner
id|name|level|user|type
165733075||31|Animefield|leggings

id has autoincrement on, and because the code basically does a delete and insert, it autoincrements, resulting in an exponential increment.

Once we hit the INTMAX it will probably die

``` id|name|level|user|type 165733075||31|Animefield|leggings ``` id has autoincrement on, and because the code basically does a delete and insert, it autoincrements, resulting in an exponential increment. Once we hit the INTMAX it will probably die
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: pwgen2155/dawdle#22
No description provided.