Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c9604 #define SQLITE_IdxRealAsInt 0x80 /* Store REAL as INT in indices */ macro
84040 if( pTab->pSelect || (pParse->db->flags & SQLITE_IdxRealAsInt)!=0 ){