Home
last modified time | relevance | path

Searched refs:zSql2 (Results 1 – 2 of 2) sorted by relevance

/src/contrib/sqlite3/
H A Dshell.c28266 char *zSql2 = sqlite3_mprintf(zInsertFmt[pAr->bZip], zTab, in arCreateOrUpdateCommand() local
28269 rc = arExecSql(pAr, zSql2); in arCreateOrUpdateCommand()
28270 sqlite3_free(zSql2); in arCreateOrUpdateCommand()
H A Dsqlite3.c121870 const char *zSql2, /* SQL statement 2 (see above) */
121942 zSql = sqlite3MPrintf(db, zSql2, zDb);