You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the code, it appears erase_db is meant to be taken as "erase the data in the DB" rather than "erase the database itself." So I would say it's not meant to reset the autoinc. If it erased the db, then you'd have to create the db all over again before adding anything. That would be something you'd expect the autoinc to go back to 0 for.
Hello! Shouldn't
erase_db()
reset the autoIncrement also?The text was updated successfully, but these errors were encountered: