1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Allow the SQLITE_MAX_EXPR_DEPTH compile-time parameter to be set to 0 in

order to disable expression depth checking.  Ticket #3143. (CVS 5166)

FossilOrigin-Name: 5ceef40e397fc535173996404345b93f695e8cac
This commit is contained in:
drh
2008-05-28 13:49:34 +00:00
parent 1ca0ed4692
commit 0224d26d37
5 changed files with 22 additions and 20 deletions

View File

@ -11,7 +11,7 @@
#
# Randomized test cases for the rtree extension.
#
# $Id: rtree4.test,v 1.1 2008/05/27 00:06:02 drh Exp $
# $Id: rtree4.test,v 1.2 2008/05/28 13:49:35 drh Exp $
#
set testdir [file join [file dirname $argv0] .. .. test]
@ -222,7 +222,6 @@ for {set nDim 1} {$nDim<=5} {incr nDim} {
do_test rtree-$nDim.2.$i.8 {
list $where [db eval "SELECT id FROM rx $where ORDER BY id"]
} [list $where [db eval "SELECT id FROM bx $where ORDER BY id"]]
}
}