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

Allow Nil Return from DB Methods #3247

Merged
merged 2 commits into from
Aug 20, 2019
Merged

Allow Nil Return from DB Methods #3247

merged 2 commits into from
Aug 20, 2019

Conversation

rauljordan
Copy link
Contributor

No tracking issue - the current DB refactor had a bug that would not return a nil element if none was found.

@rauljordan rauljordan self-assigned this Aug 20, 2019
@rauljordan rauljordan added the Bug Something isn't working label Aug 20, 2019
terencechain
terencechain previously approved these changes Aug 20, 2019
@codecov
Copy link

codecov bot commented Aug 20, 2019

Codecov Report

Merging #3247 into master will increase coverage by 4.01%.
The diff coverage is 75%.

@@            Coverage Diff             @@
##           master    #3247      +/-   ##
==========================================
+ Coverage    46.3%   50.32%   +4.01%     
==========================================
  Files         142      138       -4     
  Lines       10063     9846     -217     
==========================================
+ Hits         4660     4955     +295     
+ Misses       4600     4093     -507     
+ Partials      803      798       -5

@rauljordan rauljordan merged commit 8f967d2 into master Aug 20, 2019
@rauljordan rauljordan deleted the nil-return branch February 5, 2020 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants