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 patient viewset distinct issue #1953

Merged
merged 3 commits into from Mar 7, 2024

Conversation

rithviknishad
Copy link
Member

Proposed Changes

Associated Issue

Architecture changes

  • Remove this section if not used

Merge Checklist

  • Tests added/fixed
  • Update docs in /docs
  • Linting Complete
  • Any other necessary step

Only PR's with test cases included and passing lint and test pipelines will be reviewed

@coronasafe/care-backend-maintainers @coronasafe/care-backend-admins

@rithviknishad rithviknishad requested review from sainak, Ashesh3 and vigneshhari and removed request for sainak and Ashesh3 March 7, 2024 11:54
@rithviknishad rithviknishad added the P1 High priority; urgent label Mar 7, 2024
Copy link

codecov bot commented Mar 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.17%. Comparing base (7c85464) to head (2ce91ec).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1953      +/-   ##
==========================================
+ Coverage   62.14%   62.17%   +0.03%     
==========================================
  Files         221      221              
  Lines       12198    12198              
  Branches     1740     1740              
==========================================
+ Hits         7580     7584       +4     
+ Misses       4310     4307       -3     
+ Partials      308      307       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vigneshhari vigneshhari merged commit bd161ef into master Mar 7, 2024
11 checks passed
@vigneshhari vigneshhari deleted the fix-patient-viewset-distinct-issue branch March 7, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 High priority; urgent
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ProgrammingError: SELECT DISTINCT ON expressions must match initial ORDER BY expressions
4 participants