sqlite: enable Geopoly, Math functions and RBU extensions
nodejs >= 24 expect these extensions to be available. Documentation: https://sqlite.org/rbu.html https://sqlite.org/geopoly.html https://www.sqlite.org/lang_mathfunc.html
This commit is contained in:
@@ -88,7 +88,10 @@ stdenv.mkDerivation rec {
|
||||
"-DSQLITE_ENABLE_FTS3_TOKENIZER"
|
||||
"-DSQLITE_ENABLE_FTS4"
|
||||
"-DSQLITE_ENABLE_FTS5"
|
||||
"-DSQLITE_ENABLE_GEOPOLY"
|
||||
"-DSQLITE_ENABLE_MATH_FUNCTIONS"
|
||||
"-DSQLITE_ENABLE_PREUPDATE_HOOK"
|
||||
"-DSQLITE_ENABLE_RBU"
|
||||
"-DSQLITE_ENABLE_RTREE"
|
||||
"-DSQLITE_ENABLE_SESSION"
|
||||
"-DSQLITE_ENABLE_STMT_SCANSTATUS"
|
||||
|
||||
Reference in New Issue
Block a user