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 sql delete statement and improve handling of unexpected database errors #669

Merged
merged 2 commits into from
Jul 28, 2021

Conversation

sbenedicadb
Copy link
Member

No description provided.

self?.processNextHit()
} else {
// deleting the hit from the database failed
// need to delete the database to try and recover
Copy link
Contributor

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?

Copy link
Contributor

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?

Copy link
Member Author

Choose a reason for hiding this comment

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

@codecov
Copy link

codecov bot commented Jul 26, 2021

Codecov Report

Merging #669 (9cc032d) into dev-v3.2.3 (cb17b92) will decrease coverage by 0.05%.
The diff coverage is 70.00%.

@@              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     

@yangyansong-adbe yangyansong-adbe merged commit cde2835 into adobe:dev-v3.2.3 Jul 28, 2021
@yangyansong-adbe yangyansong-adbe added this to the v3.2.3 milestone Jul 28, 2021
yangyansong-adbe added a commit that referenced this pull request Jul 28, 2021
* 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)
yangyansong-adbe added a commit that referenced this pull request Jul 29, 2021
* 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)
@sbenedicadb sbenedicadb deleted the dev-v3.2.3 branch December 8, 2022 18:25
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.

3 participants