Skip to content

Commit

Permalink
sqlite: Raising max variable number and max expr depth values
Browse files Browse the repository at this point in the history
fixes #36293
  • Loading branch information
sjau authored and Mic92 committed Mar 5, 2018
1 parent 0b8401c commit fe5f012
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/sqlite/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit fe5f012

Please sign in to comment.