Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c14469 const char *zRhsSep = ""; in intckSaveKey() local
14474 zRhs = intckMprintf(p, "%z%squote(?%d)", zRhs, zRhsSep, jj+1); in intckSaveKey()
14476 zRhsSep = " || ',' || "; in intckSaveKey()