Searched refs:zPrevSql (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1652 const char *zPrevSql = 0; /* Previous value of p->zSql */ local
1657 zPrevSql = (p->zSql==zPrevSql ? 0 : p->zSql);
1687 if( p->pDb->bLegacyPrepare && rcs==SQLITE_SCHEMA && zPrevSql ){
1693 p->zSql = zPrevSql;

Completed in 102 milliseconds