update: sqlite 3.51.1.

This commit is contained in:
2025-11-28 18:42:48 -05:00
parent 4f2e0245d3
commit 510c2f81bd
4 changed files with 55 additions and 21 deletions

2
deps/sqlite/shell.c vendored
View File

@@ -14944,6 +14944,7 @@ static char *intckMprintf(sqlite3_intck *p, const char *zFmt, ...){
sqlite3_free(zRet);
zRet = 0;
}
va_end(ap);
return zRet;
}
@@ -29053,6 +29054,7 @@ static int do_meta_command(char *zLine, ShellState *p){
}
p->showHeader = savedShowHeader;
p->shellFlgs = savedShellFlags;
rc = p->nErr>0;
}else
if( c=='e' && cli_strncmp(azArg[0], "echo", n)==0 ){