Searched refs:zValues (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test8.c | 1032 char *zValues = 0; in echoUpdate() local 1040 zValues = sqlite3_mprintf("?"); in echoUpdate() 1047 sqlite3_mprintf("%s%Q", zValues?", ":"", pVtab->aCol[ii-2]), 1, &rc); in echoUpdate() 1048 string_concat(&zValues, in echoUpdate() 1049 sqlite3_mprintf("%s?%d", zValues?", ":"", ii), 1, &rc); in echoUpdate() 1054 string_concat(&z, zValues, 1, &rc); in echoUpdate()
|