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

Addition to #932 #937

Merged
merged 5 commits into from
Jan 28, 2019
Merged

Addition to #932 #937

merged 5 commits into from
Jan 28, 2019

Conversation

MatkovIvan
Copy link
Contributor

  • Has CHANGELOG.md been updated?
  • Are tests passing locally?
  • Are the files formatted correctly?
  • Did you add unit tests?
  • Did you test your change with either the sample apps that are included in the repository or with a blank app that uses your change?
  • Did you check UI tests on the sample app? They are not executed on CI.

Description

Addition to #932

Related PRs or issues

#932

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 5ad4566 on fix/db-open-error into bfd3e7d on develop.


/* First error, try to delete database (may be corrupted). */
mContext.deleteDatabase(mDatabase);
if (mContext.deleteDatabase(mDatabase)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should document this behavior to let customers know that we only ever delete data to recover from this fatal error scenario.

@thyeggman thyeggman merged commit 5289790 into develop Jan 28, 2019
@MatkovIvan MatkovIvan deleted the fix/db-open-error branch January 28, 2019 19:33
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.

None yet

6 participants