Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/recover/
H A Dsqlite3recover.c1290 char *zFinal = 0; in recoverInsertStmt() local
1334 zFinal = recoverMPrintf(p, "SELECT %Q || ') VALUES (' || %s || ')'", in recoverInsertStmt()
1338 zFinal = recoverMPrintf(p, "%s) VALUES (%s)", zSql, zBind); in recoverInsertStmt()
1341 pRet = recoverPrepare(p, p->dbOut, zFinal); in recoverInsertStmt()
1344 sqlite3_free(zFinal); in recoverInsertStmt()