aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2022-07-20 10:09:19 +0000
committerstephan <stephan@noemail.net>2022-07-20 10:09:19 +0000
commit4b5919e2ced99d8df9d0795ca741408cfee6c993 (patch)
treee624334835b255a5a13ac89ddc576b9347b1e760 /src/main.c
parentbc7180cdb362b0069fed60b0c207533122cc5ec2 (diff)
parenta5cc692422afa7fad710a4459139d7ba00346b21 (diff)
downloadsqlite-4b5919e2ced99d8df9d0795ca741408cfee6c993.tar.gz
sqlite-4b5919e2ced99d8df9d0795ca741408cfee6c993.zip
Merged in trunk.
FossilOrigin-Name: d662796c658997be13fdc3b77ad97101b9513da53fd0b824d7a4050cac3f7eba
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 3ae1f4fe3..d905ac8ea 100644
--- a/src/main.c
+++ b/src/main.c
@@ -4112,8 +4112,11 @@ int sqlite3_test_control(int op, ...){
sqlite3ShowTriggerStepList(0);
sqlite3ShowTrigger(0);
sqlite3ShowTriggerList(0);
+#ifndef SQLITE_OMIT_WINDOWFUNC
sqlite3ShowWindow(0);
sqlite3ShowWinFunc(0);
+#endif
+ sqlite3ShowSelect(0);
}
#endif
break;