sqlite: enable SQL math functions · nodejs/node@3aca628 · GitHub
Skip to content

Commit 3aca628

Browse files
cjihrigRafaelGSS
authored andcommitted
sqlite: enable SQL math functions
This commit enables SQLite math functions. Fixes: #56435 PR-URL: #56447 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent f756378 commit 3aca628

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

deps/sqlite/sqlite.gyp

Lines changed: 1 addition & 0 deletions

deps/sqlite/unofficial.gni

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ template("sqlite_gn_build") {
88
config("sqlite_config") {
99
include_dirs = [ "." ]
1010
defines = [
11+
"SQLITE_ENABLE_MATH_FUNCTIONS",
1112
"SQLITE_ENABLE_SESSION",
1213
"SQLITE_ENABLE_PREUPDATE_HOOK",
1314
]

test/parallel/test-sqlite.js

Lines changed: 8 additions & 0 deletions

0 commit comments

Comments
 (0)