sqlite: Raising max variable number and max expr depth values

fixes #36293
This commit is contained in:
sjau
2018-03-05 09:36:32 +00:00
committed by Jörg Thalheim
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