-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
sqlite: enable the "decimal" extension #63119
Copy link
Copy link
Open
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.sqliteIssues and PRs related to the SQLite subsystem.Issues and PRs related to the SQLite subsystem.
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.sqliteIssues and PRs related to the SQLite subsystem.Issues and PRs related to the SQLite subsystem.
Type
Projects
Status
Awaiting Triage
What is the problem this feature will solve?
In current builds of node, it is not possible to perform decimal math with Sqlite, even though it is possible with the Sqlite CLI.
Example with Node
returns
Example with the CLI
What is the feature you are proposing to solve the problem?
I think node should build sqlite with the decimal extension enabled