-
Notifications
You must be signed in to change notification settings - Fork 42
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 sql delete statement and improve handling of unexpected database errors #669
Conversation
self?.processNextHit() | ||
} else { | ||
// deleting the hit from the database failed | ||
// need to delete the database to try and recover |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we leave a warning log in the else part here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sbenedicadb should we create a Github issue for it, then we can fix it in a future version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report
@@ Coverage Diff @@
## dev-v3.2.3 #669 +/- ##
==============================================
- Coverage 85.34% 85.30% -0.05%
==============================================
Files 105 105
Lines 4633 4639 +6
==============================================
+ Hits 3954 3957 +3
- Misses 679 682 +3 |
* Update Package.swift (#664) * -fix sql delete statement and improve handling of unexpected database errors (#669) * -fix sql delete statement and improve handling of unexpected database errors * -add a log warning explaining sdk behavior * Add isTaskScheduled flag to avoid duplicate tasks (#674) * update version (3.2.2 - 3.2.3) (#676)
* Update Package.swift (#664) * -fix sql delete statement and improve handling of unexpected database errors (#669) * -fix sql delete statement and improve handling of unexpected database errors * -add a log warning explaining sdk behavior * Add isTaskScheduled flag to avoid duplicate tasks (#674) * update version (3.2.2 - 3.2.3) (#676)
No description provided.