-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
sqlite: support TypedArray and DataView in StatementSync
#56385
Merged
nodejs-github-bot
merged 1 commit into
nodejs:main
from
himself65:himself65/20241228/fix
Jan 5, 2025
Merged
sqlite: support TypedArray and DataView in StatementSync
#56385
nodejs-github-bot
merged 1 commit into
nodejs:main
from
himself65:himself65/20241228/fix
Jan 5, 2025
+83
−6
Conversation
This file contains 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
nodejs-github-bot
added
c++
Issues and PRs that require attention from people who are familiar with C++.
needs-ci
PRs that need a full CI run.
sqlite
Issues and PRs related to the SQLite subsystem.
labels
Dec 28, 2024
himself65
force-pushed
the
himself65/20241228/fix
branch
from
December 28, 2024 20:39
79ca6ef
to
aa1218f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #56385 +/- ##
=======================================
Coverage 88.53% 88.53%
=======================================
Files 657 657
Lines 190689 190761 +72
Branches 36597 36611 +14
=======================================
+ Hits 168826 168892 +66
- Misses 15030 15038 +8
+ Partials 6833 6831 -2
|
himself65
commented
Dec 29, 2024
cjihrig
approved these changes
Dec 29, 2024
anonrig
approved these changes
Dec 29, 2024
jasnell
reviewed
Dec 29, 2024
jasnell
reviewed
Dec 29, 2024
aduh95
reviewed
Dec 30, 2024
Patrikoska1
reviewed
Jan 1, 2025
himself65
force-pushed
the
himself65/20241228/fix
branch
from
January 2, 2025 16:43
3fb606c
to
a89ce39
Compare
himself65
changed the title
sqlite: support ArrayBuffer and TypedArray in
sqlite: support TypedArray and DataView in Jan 2, 2025
StatementSync
StatementSync
himself65
force-pushed
the
himself65/20241228/fix
branch
from
January 2, 2025 16:48
a89ce39
to
2809f9f
Compare
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Jan 2, 2025
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Jan 2, 2025
Renegade334
reviewed
Jan 2, 2025
himself65
force-pushed
the
himself65/20241228/fix
branch
from
January 3, 2025 17:03
7ad43aa
to
d85a1e2
Compare
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Jan 3, 2025
aduh95
reviewed
Jan 3, 2025
aduh95
reviewed
Jan 3, 2025
aduh95
reviewed
Jan 3, 2025
aduh95
added
semver-minor
PRs that contain new features and should be released in the next minor version.
experimental
Issues and PRs related to experimental features.
labels
Jan 3, 2025
himself65
force-pushed
the
himself65/20241228/fix
branch
from
January 3, 2025 18:21
dcf8237
to
bd5c69b
Compare
jasnell
approved these changes
Jan 3, 2025
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Jan 3, 2025
himself65
force-pushed
the
himself65/20241228/fix
branch
from
January 3, 2025 19:22
bd5c69b
to
b6b0901
Compare
aduh95
reviewed
Jan 3, 2025
Co-authored-by: Antoine du Hamel <[email protected]>
himself65
force-pushed
the
himself65/20241228/fix
branch
from
January 4, 2025 06:26
63de707
to
46c1763
Compare
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Jan 4, 2025
aduh95
approved these changes
Jan 4, 2025
himself65
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Jan 5, 2025
nodejs-github-bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Jan 5, 2025
Landed in 08b7d38 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
c++
Issues and PRs that require attention from people who are familiar with C++.
experimental
Issues and PRs related to experimental features.
needs-ci
PRs that need a full CI run.
semver-minor
PRs that contain new features and should be released in the next minor version.
sqlite
Issues and PRs related to the SQLite subsystem.
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: #56384