Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c24400 const char *zShowNull = p->nullValue; in exec_prepared_stmt_columnar() local
24472 if( uz==0 ) uz = (u8*)zShowNull; in exec_prepared_stmt_columnar()
24593 if( z!=zEmpty && z!=zShowNull ) free(azData[i]); in exec_prepared_stmt_columnar()