Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c3838 int bTextOnly /* Always interpret pIn as text if true */ in decimal_new() argument
3842 if( bTextOnly && (eType==SQLITE_FLOAT || eType==SQLITE_BLOB) ){ in decimal_new()