-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Removes the unsupported "ON CONFLICT DO NOTHING" clause #103
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #103 +/- ##
==========================================
+ Coverage 64.00% 64.70% +0.69%
==========================================
Files 4 4
Lines 439 442 +3
Branches 127 127
==========================================
+ Hits 281 286 +5
+ Misses 116 115 -1
+ Partials 42 41 -1
Continue to review full report at Codecov.
|
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.
Thank you for your cooperation!
I have two requests.
-
please fix the Lint error I am getting in CI.
https://github.com/jazzband/django-redshift-backend/runs/6991793050?check_suite_focus=true
pre-commit.ci
also has an error, but it is fine as is! -
can you also write a UnitTest?
I think there is a UnitTest at https://github.com/jazzband/django-redshift-backend/blob/master/tests/test_redshift_backend.py that you can refer to.
I can do that this weekend |
Hey, I fixed the lint issue, but I'm having trouble setting the test case up. I would need to run migrations on a db since model.add() needs the model to be saved on the db, but none of the tests in there, other than the migration ones, actually interact with the db. |
I'm sorry I haven't been able to reply for so long. |
Subject:
Feature or Bugfix
Purpose
Detail
Relates