diff options
author | dan <dan@noemail.net> | 2009-10-07 18:41:19 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2009-10-07 18:41:19 +0000 |
commit | f589450dc9892a5cb486690cadbe2ba443eec4ef (patch) | |
tree | 7bbfcb4bc0be0673cad69144e75f85aeb68c69ef /src/sqliteLimit.h | |
parent | ed81bf60823a9275745d81d472e4a4fd12a3dd57 (diff) | |
download | sqlite-f589450dc9892a5cb486690cadbe2ba443eec4ef.tar.gz sqlite-f589450dc9892a5cb486690cadbe2ba443eec4ef.zip |
Add some tests of statements in foreignkeys.html.
FossilOrigin-Name: 8382867956caf20f62c46c15b456c1c16d0824fd
Diffstat (limited to 'src/sqliteLimit.h')
-rw-r--r-- | src/sqliteLimit.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sqliteLimit.h b/src/sqliteLimit.h index c0244a348..77d78589a 100644 --- a/src/sqliteLimit.h +++ b/src/sqliteLimit.h @@ -191,6 +191,10 @@ /* ** Maximum depth of recursion for triggers. +** +** A value of 1 means that a trigger program will not be able to itself +** fire any triggers. A value of 0 means that no trigger programs at all +** may be executed. */ #ifndef SQLITE_MAX_TRIGGER_DEPTH #if defined(SQLITE_SMALL_STACK) |