sqlite: add location method#57860
Merged
nodejs-github-bot merged 4 commits intonodejs:mainfrom Apr 21, 2025
Merged
Conversation
Collaborator
|
Review requested:
|
Contributor
Author
|
This would simplify the sharing of connections between modules. When needed, they could retrieve the database location using only the object. I'm aware some of you might find this useless. Whatever you guys decide, I'm okay with it. I just needed something like this and decided to implement. |
6de740a to
b42a338
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #57860 +/- ##
=======================================
Coverage 90.27% 90.27%
=======================================
Files 630 630
Lines 186124 186147 +23
Branches 36469 36481 +12
=======================================
+ Hits 168021 168050 +29
+ Misses 10974 10972 -2
+ Partials 7129 7125 -4
🚀 New features to boost your workflow:
|
jasnell
reviewed
Apr 13, 2025
jasnell
reviewed
Apr 13, 2025
anonrig
reviewed
Apr 13, 2025
anonrig
reviewed
Apr 13, 2025
cjihrig
reviewed
Apr 13, 2025
jasnell
reviewed
Apr 13, 2025
f46394b to
e7817bf
Compare
cjihrig
reviewed
Apr 13, 2025
Contributor
cjihrig
left a comment
There was a problem hiding this comment.
LGTM besides the one unrelated change.
tniessen
reviewed
Apr 13, 2025
48a8353 to
e0418ab
Compare
jasnell
reviewed
Apr 14, 2025
jasnell
approved these changes
Apr 14, 2025
Collaborator
Collaborator
Collaborator
a489f6f to
e68a1b3
Compare
e68a1b3 to
0e82ee2
Compare
Contributor
Author
Fixed |
cjihrig
approved these changes
Apr 21, 2025
Collaborator
Collaborator
|
Landed in e9b286c |
RafaelGSS
pushed a commit
that referenced
this pull request
May 1, 2025
PR-URL: #57860 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
RafaelGSS
pushed a commit
that referenced
this pull request
May 2, 2025
PR-URL: #57860 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
aduh95
pushed a commit
that referenced
this pull request
May 6, 2025
PR-URL: #57860 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
aduh95
pushed a commit
that referenced
this pull request
May 6, 2025
PR-URL: #57860 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
RafaelGSS
pushed a commit
that referenced
this pull request
May 14, 2025
PR-URL: #57860 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
aduh95
pushed a commit
that referenced
this pull request
May 16, 2025
PR-URL: #57860 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
aduh95
pushed a commit
that referenced
this pull request
May 17, 2025
PR-URL: #57860 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
aduh95
pushed a commit
that referenced
this pull request
May 17, 2025
PR-URL: #57860 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
aduh95
pushed a commit
that referenced
this pull request
May 17, 2025
PR-URL: #57860 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
aduh95
pushed a commit
that referenced
this pull request
May 18, 2025
PR-URL: #57860 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
aduh95
pushed a commit
that referenced
this pull request
May 19, 2025
PR-URL: #57860 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #57859