Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c18242 #define SQLITE_Comments HI(0x00040) /* Enable SQL comments */ macro
118901 testcase( (db->flags & SQLITE_Comments)==0 && strstr(zSql," /* ")!=0 );
118902 db->flags |= SQLITE_Comments;
157304 db->flags |= SQLITE_WriteSchema | SQLITE_IgnoreChecks | SQLITE_Comments;
182005 && (db->init.busy || (db->flags & SQLITE_Comments)!=0)
183600 { SQLITE_DBCONFIG_ENABLE_COMMENTS, SQLITE_Comments },
185984 | SQLITE_Comments