Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/
Dmodule.c487 ADD_INT(SQLITE_IGNORE); in add_integer_constants()
/third_party/sqlite/include/
Dsqlite3.h3174 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
/third_party/python/Doc/library/
Dsqlite3.rst460 SQLITE_IGNORE
467 * The column should be treated as a ``NULL`` value (:const:`!SQLITE_IGNORE`)
877 one of :const:`SQLITE_OK`, :const:`SQLITE_DENY`, or :const:`SQLITE_IGNORE`
/third_party/sqlite/src/
Dshell.c8514 case SQLITE_IGNORE: { in zipfileUpdate()
Dsqlite3.c3480 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
117314 }else if( rc!=SQLITE_IGNORE && rc!=SQLITE_OK ){
117375 if( SQLITE_IGNORE==sqlite3AuthReadCol(pParse, pTab->zName, zCol, iDb) ){
117423 }else if( rc!=SQLITE_OK && rc!=SQLITE_IGNORE ){
124084 assert( rcauth==SQLITE_OK || rcauth==SQLITE_DENY || rcauth==SQLITE_IGNORE );
128109 bIgnore = (rcauth==SQLITE_IGNORE);
148361 }else if( rc==SQLITE_IGNORE ){
151227 SQLITE_ROLLBACK, SQLITE_ABORT, SQLITE_FAIL, SQLITE_IGNORE, SQLITE_REPLACE