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

Catch foreign key constraint errors in PiccoloCRUD #244

Merged
merged 2 commits into from
Jul 24, 2023

Conversation

dantownsend
Copy link
Member

Resolves #243

@dantownsend dantownsend added the enhancement New feature or request label Jul 24, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jul 24, 2023

Codecov Report

Merging #244 (3a9798e) into master (7303065) will decrease coverage by 0.03%.
The diff coverage is 71.42%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master     #244      +/-   ##
==========================================
- Coverage   92.52%   92.50%   -0.03%     
==========================================
  Files          33       33              
  Lines        2021     2027       +6     
==========================================
+ Hits         1870     1875       +5     
- Misses        151      152       +1     
Impacted Files Coverage Δ
piccolo_api/crud/exceptions.py 80.00% <66.66%> (-3.34%) ⬇️
piccolo_api/crud/endpoints.py 94.95% <100.00%> (+0.21%) ⬆️

@dantownsend dantownsend merged commit a1191be into master Jul 24, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Catch foreign key constraint errors in PiccoloCRUD
2 participants