Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/
Dmodule.c289 ADD_INT(SQLITE_IGNORE); in add_integer_constants()
/third_party/sqlite/include/
Dsqlite3.h3129 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
/third_party/python/Doc/library/
Dsqlite3.rst458 statement should be aborted with an error and :const:`SQLITE_IGNORE` if the
/third_party/sqlite/src/
Dshell.c8405 case SQLITE_IGNORE: { in zipfileUpdate()
Dsqlite3.c3442 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
113333 }else if( rc!=SQLITE_IGNORE && rc!=SQLITE_OK ){
113394 if( SQLITE_IGNORE==sqlite3AuthReadCol(pParse, pTab->zName, zCol, iDb) ){
113442 }else if( rc!=SQLITE_OK && rc!=SQLITE_IGNORE ){
119990 assert( rcauth==SQLITE_OK || rcauth==SQLITE_DENY || rcauth==SQLITE_IGNORE );
123987 bIgnore = (rcauth==SQLITE_IGNORE);
143518 }else if( rc==SQLITE_IGNORE ){
146374 SQLITE_ROLLBACK, SQLITE_ABORT, SQLITE_FAIL, SQLITE_IGNORE, SQLITE_REPLACE