Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c16955 #define SQLITE_TrustedSchema 0x00000080 /* Allow unsafe functions and macro
100485 || (pParse->db->flags & SQLITE_TrustedSchema)==0
125311 /* iArg: */ SQLITE_TrustedSchema },
133864 && pTab->pVTable->eVtabRisk > ((db->flags & SQLITE_TrustedSchema)!=0)
161123 { SQLITE_DBCONFIG_TRUSTED_SCHEMA, SQLITE_TrustedSchema },
163326 | SQLITE_TrustedSchema