Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 36.7k
sqlite: bind ArrayBuffer #61396
Copy link
Copy link
Closed
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.sqliteIssues and PRs related to the SQLite subsystem.Issues and PRs related to the SQLite subsystem.
Description
Activity
Metadata
Metadata
Assignees
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.sqliteIssues and PRs related to the SQLite subsystem.Issues and PRs related to the SQLite subsystem.
Type
Projects
- StatusShow more project fieldsAwaiting Triage
Problem
You can bind
BufferorTypedArray(added in #56384) butArrayBufferdoesn't work:Related:
Booleanshould also be allowed to bind, see SQLite bind booleansProposal
Allow binding ArrayBuffer
Alternatives
Convert to Uint8Array or Buffer before binding, but this should not be required: