Home
last modified time | relevance | path

Searched refs:strPrintfArray (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/tool/
H A Dsqldiff.c1171 static void strPrintfArray( in strPrintfArray() function
1195 strPrintfArray(pSql, ", ", "%s", azCol, -1); in getRbudiffQuery()
1197 strPrintfArray(pSql, ", ", "NULL", azCol, -1); in getRbudiffQuery()
1207 strPrintfArray(pSql, ", ", "%s", azCol, nPK); in getRbudiffQuery()
1213 strPrintfArray(pSql, ", ", "NULL", azCol, -1); in getRbudiffQuery()
1226 strPrintfArray(pSql, ", ", "n.%s", azCol, nPK); in getRbudiffQuery()
1228 strPrintfArray(pSql, " ,\n", in getRbudiffQuery()
1234 strPrintfArray(pSql, "", ".", azCol, nPK); in getRbudiffQuery()
1239 strPrintfArray(pSql, " ||\n", in getRbudiffQuery()
1243 strPrintfArray(pSql, ", ", "NULL", azCol, nPK); in getRbudiffQuery()
[all …]