Searched refs:zLast (Results 1 – 1 of 1) sorted by relevance
15373 const char *zLast = sqlite3_column_name(p->pCheck, ii); in intckSaveKey() local15380 zWhere = intckMprintf(p, "'%s IS NOT NULL'", zLast); in intckSaveKey()15383 zWhere = intckMprintf(p, "'%s %s ' || quote(?%d)", zLast, zOp, ii); in intckSaveKey()