Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c3824 int bTextOnly /* Always interpret pIn as text if true */ in decimal_new() argument
3828 if( bTextOnly && (eType==SQLITE_FLOAT || eType==SQLITE_BLOB) ){ in decimal_new()