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
We ran into this bug randomly, noticing that deleted ROWID would get reused after migrating the DB. Using transform to change any column in the table will also unexpectedly strip away the AUTOINCREMENT keyword from the primary key definition, even if it was not the transformation target.
Context
We ran into this bug randomly, noticing that deleted
ROWID
would get reused after migrating the DB. Usingtransform
to change any column in the table will also unexpectedly strip away theAUTOINCREMENT
keyword from the primary key definition, even if it was not the transformation target.Reproducible example
Original database
Modified database after sqlite-utils
The text was updated successfully, but these errors were encountered: