Searched refs:zComma (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A 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()
|
| H A D | sqlite3.c | 203826 const char *zComma = ""; 203855 zCols = rbuMPrintf(p, "%z%sc%d %s COLLATE %Q", zCols, zComma, 203858 zPk = rbuMPrintf(p, "%z%sc%d%s", zPk, zComma, iCid, bDesc?" DESC":""); 203859 zComma = ", "; 203897 const char *zComma = ""; 203917 zSql, zComma, zCol, pIter->azTblType[iCol], zPk, zColl, 203920 zComma = ", ";
|