| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Remove the unused column name helper from StatementExecutionHelper. It became unused after all() and get() switched to cached names. Signed-off-by: Kamat, Trivikram <16024985+trivikr@users.noreply.github.com>
|
Review requested:
|
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #65401 +/- ##
==========================================
- Coverage 90.11% 90.09% -0.02%
==========================================
Files 752 752
Lines 252200 252191 -9
Branches 47433 47438 +5
==========================================
- Hits 227267 227222 -45
- Misses 16239 16277 +38
+ Partials 8694 8692 -2
... and 26 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Remove the unused column name helper from StatementExecutionHelper. It became unused after all() and get() switched to cached names. Signed-off-by: Kamat, Trivikram <16024985+trivikr@users.noreply.github.com> PR-URL: #65401 Refs: #65276 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com>
Remove the unused column name helper from StatementExecutionHelper. It became unused after all() and get() switched to cached names. Signed-off-by: Kamat, Trivikram <16024985+trivikr@users.noreply.github.com> PR-URL: #65401 Refs: #65276 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com>
| Back | FazBrowse Home | New Git URL |
Refs: #65276
Remove the unused column name helper from StatementExecutionHelper.
It became unused after all() and get() switched to cached names.