PolymerLabs / arcs

Arcs
BSD 3-Clause "New" or "Revised" License
56 stars 35 forks source link

onDowngrade fix: avoid dropping system tables such as sqlite_sequence which may not be dropped. #7104

Closed copybara-service[bot] closed 3 years ago

copybara-service[bot] commented 3 years ago

onDowngrade fix: avoid dropping system tables such as sqlite_sequence which may not be dropped. modify the test to have an auto-increment field so that the sqlite_sequence table is generated, this would reproduce the exception found in the bug. Make the onDowngradeTest parametrized on relevant flags