Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/
Dutil.c80 case SQLITE_MISMATCH: in _pysqlite_seterror()
/third_party/sqlite/include/
Dsqlite3.h465 #define SQLITE_MISMATCH 20 /* Data type mismatch */ macro