-
Notifications
You must be signed in to change notification settings - Fork 23
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
feat: support RETURNING
clause
#139
base: main
Are you sure you want to change the base?
Conversation
Can you please add a test? 🙏🏼 |
RETURNING
clause
RETURNING
clauseRETURNING
clause
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #139 +/- ##
=======================================
Coverage ? 46.22%
=======================================
Files ? 19
Lines ? 675
Branches ? 67
=======================================
Hits ? 312
Misses ? 358
Partials ? 5 ☔ View full report in Codecov by Sentry. |
@ginnwork the |
I updated the pull request with the changes @nick-w-nick suggested and added the tests @pi0 requested. Was there any other changes needed to merge this pull request? |
Resolves #138