sqlite: Raising max variable number and max expr depth values
fixes #36293
This commit is contained in:
parent
0b8401c4aa
commit
fe5f012d07
@ -31,6 +31,8 @@ stdenv.mkDerivation {
|
|||||||
"-DSQLITE_ENABLE_UNLOCK_NOTIFY"
|
"-DSQLITE_ENABLE_UNLOCK_NOTIFY"
|
||||||
"-DSQLITE_SOUNDEX"
|
"-DSQLITE_SOUNDEX"
|
||||||
"-DSQLITE_SECURE_DELETE"
|
"-DSQLITE_SECURE_DELETE"
|
||||||
|
"-DSQLITE_MAX_VARIABLE_NUMBER=250000"
|
||||||
|
"-DSQLITE_MAX_EXPR_DEPTH=10000"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Test for features which may not be available at compile time
|
# Test for features which may not be available at compile time
|
||||||
|
Loading…
x
Reference in New Issue
Block a user