mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
sqlite: Raising max variable number and max expr depth values
fixes #36293
This commit is contained in:
parent
0b8401c4aa
commit
fe5f012d07
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ stdenv.mkDerivation {
|
|||
"-DSQLITE_ENABLE_UNLOCK_NOTIFY"
|
||||
"-DSQLITE_SOUNDEX"
|
||||
"-DSQLITE_SECURE_DELETE"
|
||||
"-DSQLITE_MAX_VARIABLE_NUMBER=250000"
|
||||
"-DSQLITE_MAX_EXPR_DEPTH=10000"
|
||||
];
|
||||
|
||||
# Test for features which may not be available at compile time
|
||||
|
|
Loading…
Reference in a new issue