-
Notifications
You must be signed in to change notification settings - Fork 256
fix_: Close sql statements #6727
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
base: develop
Are you sure you want to change the base?
Conversation
Jenkins Builds
|
1126c40
to
f067fa2
Compare
Codecov ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (15.71%) is below the target coverage (50.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #6727 +/- ##
===========================================
- Coverage 28.85% 28.77% -0.09%
===========================================
Files 791 791
Lines 98276 98342 +66
===========================================
- Hits 28358 28294 -64
- Misses 65522 65656 +134
+ Partials 4396 4392 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Nice catch! We might be able to make this auto-checked by the Linter
Found a bunch of prepared statements that are not closed.