diff --git a/patch/0012-Not-support-pragma-key.patch b/patch/0012-Not-support-pragma-key.patch new file mode 100644 index 0000000000000000000000000000000000000000..4e191b9670f0892320f5c84ef1e6b63c51ea1096 --- /dev/null +++ b/patch/0012-Not-support-pragma-key.patch @@ -0,0 +1,16 @@ +diff --git a/src/shell.c b/src/shell.c +index cedf118..e4cbd07 100644 +--- a/src/shell.c ++++ b/src/shell.c +@@ -28388,6 +28388,10 @@ static int process_input(ShellState *p){ + if( p->in==0 && stdin_is_interactive ) oputz("\n"); + break; + } ++ if((sqlite3_strlike("%pragma%key%=%", zLine, 0)==0)){ ++ printf("not support pragma key\n"); ++ break; ++ } + if( seenInterrupt ){ + if( p->in!=0 ) break; + seenInterrupt = 0; + \ No newline at end of file diff --git a/patch/0012-Bugfix-on-current-version.patch b/patch/0013-Bugfix-on-current-version.patch similarity index 100% rename from patch/0012-Bugfix-on-current-version.patch rename to patch/0013-Bugfix-on-current-version.patch