Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c28594 static const char * const zColDigits = "\ in zAutoColumn() local
28599 static const char * const zColDigits = "\ in zAutoColumn() local
28690 int nDigits = (hasDupes)? db_int(*pDb, "%s", zColDigits) : 0; in zAutoColumn()