| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review requested:
|
Sorry, something went wrong.
Signed-off-by: geeksilva97 <edigleyssonsilva@gmail.com>
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
Codecov Report❌ Patch coverage is 66.66667% with 7 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #65276 +/- ##
=======================================
Coverage 90.32% 90.32%
=======================================
Files 751 751
Lines 250000 249977 -23
Branches 47231 47226 -5
=======================================
- Hits 225816 225803 -13
- Misses 15566 15571 +5
+ Partials 8618 8603 -15
... and 29 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Commit Queue failed- Loading data for nodejs/node/pull/65276 ✔ Done loading data for nodejs/node/pull/65276 ----------------------------------- PR info ------------------------------------ Title sqlite: reuse cached column names in all() and get() (#65276) Author Edy Silva <edigleyssonsilva@gmail.com> (@geeksilva97) Branch geeksilva97:post/column-name-cache -> nodejs:main Labels c++, author ready, needs-ci, commit-queue, sqlite Commits 1 - sqlite: reuse cached column names in statement all() and get() Committers 1 - geeksilva97 <edigleyssonsilva@gmail.com> PR-URL: https://github.com/nodejs/node/pull/65276 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/65276 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> -------------------------------------------------------------------------------- ℹ This PR was created on Fri, 14 Aug 2026 03:45:09 GMT ✔ Approvals: 3 ✔ - Colin Ihrig (@cjihrig): https://github.com/nodejs/node/pull/65276#pullrequestreview-4944096915 ✔ - Matteo Collina (@mcollina) (TSC): https://github.com/nodejs/node/pull/65276#pullrequestreview-4944479607 ✔ - Trivikram Kamat (@trivikr): https://github.com/nodejs/node/pull/65276#pullrequestreview-4947917214 ✘ GitHub CI is still running ℹ Last Full PR CI on 2026-08-17T05:01:25Z: https://ci.nodejs.org/job/node-test-pull-request/75907/ - Querying data for job/node-test-pull-request/75907/ ✔ Build data downloaded ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/32002702127 |
Sorry, something went wrong.
Commit Queue failed- Loading data for nodejs/node/pull/65276 ✔ Done loading data for nodejs/node/pull/65276 ----------------------------------- PR info ------------------------------------ Title sqlite: reuse cached column names in all() and get() (#65276) Author Edy Silva <edigleyssonsilva@gmail.com> (@geeksilva97) Branch geeksilva97:post/column-name-cache -> nodejs:main Labels c++, author ready, needs-ci, commit-queue, sqlite Commits 1 - sqlite: reuse cached column names in statement all() and get() Committers 1 - geeksilva97 <edigleyssonsilva@gmail.com> PR-URL: https://github.com/nodejs/node/pull/65276 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/65276 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> -------------------------------------------------------------------------------- ℹ This PR was created on Fri, 14 Aug 2026 03:45:09 GMT ✔ Approvals: 3 ✔ - Colin Ihrig (@cjihrig): https://github.com/nodejs/node/pull/65276#pullrequestreview-4944096915 ✔ - Matteo Collina (@mcollina) (TSC): https://github.com/nodejs/node/pull/65276#pullrequestreview-4944479607 ✔ - Trivikram Kamat (@trivikr): https://github.com/nodejs/node/pull/65276#pullrequestreview-4947917214 ✘ GitHub CI is still running ℹ Last Full PR CI on 2026-08-17T06:43:11Z: https://ci.nodejs.org/job/node-test-pull-request/75907/ - Querying data for job/node-test-pull-request/75907/ ✔ Build data downloaded ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/32022868997 |
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>
Signed-off-by: geeksilva97 <edigleyssonsilva@gmail.com> PR-URL: #65276 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@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>
Signed-off-by: geeksilva97 <edigleyssonsilva@gmail.com> PR-URL: #65276 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@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 |
Makes StatementSync.prototype.all and StatementSync.prototype.get to leverage existing cache