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

The Updates and Raw, etc. methods in ORM module need return rows affected #67

Merged
merged 3 commits into from
Mar 10, 2023

Conversation

hwbrzzl
Copy link
Contributor

@hwbrzzl hwbrzzl commented Mar 9, 2023

No description provided.

@codecov
Copy link

codecov bot commented Mar 9, 2023

Codecov Report

Patch coverage: 75.11% and project coverage change: +0.12 🎉

Comparison is base (08b66e0) 49.37% compared to head (529ee3d) 49.50%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #67      +/-   ##
==========================================
+ Coverage   49.37%   49.50%   +0.12%     
==========================================
  Files         103      103              
  Lines        6509     6551      +42     
==========================================
+ Hits         3214     3243      +29     
- Misses       3087     3097      +10     
- Partials      208      211       +3     
Impacted Files Coverage Δ
database/console/migrate.go 0.00% <0.00%> (ø)
database/console/migrate_creator.go 0.00% <0.00%> (ø)
database/orm.go 32.30% <36.36%> (ø)
database/gorm/gorm.go 71.72% <76.53%> (-1.04%) ⬇️
database/gorm/test_utils.go 81.74% <83.16%> (+0.19%) ⬆️
database/gorm/config.go 92.68% <100.00%> (ø)
database/gorm/dialector.go 71.69% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@hwbrzzl hwbrzzl merged commit 5fff3b6 into master Mar 10, 2023
@hwbrzzl hwbrzzl deleted the bowen/#62 branch March 10, 2023 02:07
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.

✨ [Feature] The Updates and Raw, etc. methods in ORM module need return rows affected
1 participant