Searched refs:zComma (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | shell.c | 8412 const char *zComma = zCols==0 ? "" : ", "; in idxPopulateOneStat1() local 8416 "%sx.%Q IS rem(%d, x.%Q) COLLATE %s", zComma, zName, nCol, zName, zColl in idxPopulateOneStat1() 8418 zOrder = idxAppendText(&rc, zOrder, "%s%d", zComma, ++nCol); in idxPopulateOneStat1()
|
| H A D | sqlite3.c | 196993 const char *zComma = ""; 197022 zCols = rbuMPrintf(p, "%z%sc%d %s COLLATE %Q", zCols, zComma, 197025 zPk = rbuMPrintf(p, "%z%sc%d%s", zPk, zComma, iCid, bDesc?" DESC":""); 197026 zComma = ", "; 197064 const char *zComma = ""; 197084 zSql, zComma, zCol, pIter->azTblType[iCol], zPk, zColl, 197087 zComma = ", ";
|