diff options
Diffstat (limited to 'src/test1.c')
-rw-r--r-- | src/test1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test1.c b/src/test1.c index 520508d1c..4dcf7bc11 100644 --- a/src/test1.c +++ b/src/test1.c @@ -8009,6 +8009,7 @@ static int SQLITE_TCLAPI optimization_control( { "push-down", SQLITE_PushDown }, { "balanced-merge", SQLITE_BalancedMerge }, { "propagate-const", SQLITE_PropagateConst }, + { "one-pass", SQLITE_OnePass }, }; if( objc!=4 ){ |