Searched refs:tmpSql (Results 1 – 1 of 1) sorted by relevance
740 char *tmpSql = sqliteStrNDup(zSql, sParse.zTail - zSql); in sqlite_compile() local741 if( tmpSql ){ in sqlite_compile()742 db->xTrace(db->pTraceArg, tmpSql); in sqlite_compile()743 free(tmpSql); in sqlite_compile()