SQLITE_INNOCUOUS constant
        
        int
        const SQLITE_INNOCUOUS
        
      
      
The SQLITE_INNOCUOUS flag means that the function is unlikely to cause problems even if misused.
Implementation
static const SQLITE_INNOCUOUS = 0x000200000;