Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/
Dmodule.c289 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.rst458 statement should be aborted with an error and :const:`SQLITE_IGNORE` if the
/third_party/sqlite/src/
Dshell.c8514 case SQLITE_IGNORE: { in zipfileUpdate()