Searched refs:zComma (Results 1 – 2 of 2) sorted by relevance
/third_party/sqlite/src/ |
D | shell.c | 10846 const char *zComma = zCols==0 ? "" : ", "; in idxPopulateOneStat1() local 10850 "%sx.%Q IS rem(%d, x.%Q) COLLATE %s", zComma, zName, nCol, zName, zColl in idxPopulateOneStat1() 10852 zOrder = idxAppendText(&rc, zOrder, "%s%d", zComma, ++nCol); in idxPopulateOneStat1()
|
D | sqlite3.c | 204501 const char *zComma = ""; 204530 zCols = rbuMPrintf(p, "%z%sc%d %s COLLATE %Q", zCols, zComma, 204533 zPk = rbuMPrintf(p, "%z%sc%d%s", zPk, zComma, iCid, bDesc?" DESC":""); 204534 zComma = ", "; 204572 const char *zComma = ""; 204592 zSql, zComma, zCol, pIter->azTblType[iCol], zPk, zColl, 204595 zComma = ", ";
|