aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authordan <dan@noemail.net>2009-09-01 12:16:01 +0000
committerdan <dan@noemail.net>2009-09-01 12:16:01 +0000
commit65a7cd16315f08db25385fa5ea340e2fa066e4fa (patch)
tree825573dbbf8c96cc031f07ba228700d2ebf82cad /src/main.c
parent2832ad4221828a7346a903a38fc1fc3eb16188d6 (diff)
downloadsqlite-65a7cd16315f08db25385fa5ea340e2fa066e4fa.tar.gz
sqlite-65a7cd16315f08db25385fa5ea340e2fa066e4fa.zip
More fixes and comment updates.
FossilOrigin-Name: 38a9327bad1a01e3d7a47fad44ece2f6c7e88643
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index ee0e91bf0..38d4117f1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1591,7 +1591,7 @@ static int openDatabase(
#ifdef SQLITE_ENABLE_LOAD_EXTENSION
| SQLITE_LoadExtension
#endif
-#ifdef SQLITE_DISABLE_RECURSIVE_TRIGGERS
+#if 1 || defined(SQLITE_DISABLE_RECURSIVE_TRIGGERS)
| SQLITE_NoRecTriggers
#endif
;