-
Notifications
You must be signed in to change notification settings - Fork 426
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
enable update counts for SELECT INTO statements #175
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #175 +/- ##
===========================================
+ Coverage 29.7% 30.15% +0.45%
- Complexity 1248 1273 +25
===========================================
Files 97 97
Lines 23305 23307 +2
Branches 3871 3872 +1
===========================================
+ Hits 6923 7029 +106
+ Misses 15028 14881 -147
- Partials 1354 1397 +43
Continue to review full report at Codecov.
|
@gordthompson Thank you for the fix you provided! Your pr is fixing the issue you mentioned. |
@v-afrafi Thanks for the follow-up. Your |
@gordthompson awesome! good catch. |
@v-afrafi
Done. |
fix for issue discussed on Stack Overflow here, where
SELECT ... INTO
statements always return an update count of -1