Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for table sqlite_sequence may not be dropped #27

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

flxholle
Copy link

Based on razilsh' Fork which already includes a port to AndroidX!!

I don't know why but on my devices the backup-function (SQL to Excel) creates a sheet called "sqlite_sequence". I've never created that table and there's no need to backup it.

So this table is ignored when you backup the sql database and now the restore works again because this table also mustn't be recreated on restore.

razilsh and others added 3 commits January 1, 2019 12:56
Bump compileSdkVersion and targetSdkVersion to 28 (required for
refactoring to AndroidX).

Disable transparent status bar color.

Update Android gradle plugin to 3.2.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants