Home | History | Annotate | Download | only in dist

Lines Matching full:mismatch

898 #define SQLITE_MISMATCH    20   /* Data type mismatch */
66894 ** schema-cookie mismatch occurs.
72980 ** then non-zero is returned, and a "foreign key mismatch" error loaded
73081 sqlite3ErrorMsg(pParse, "foreign key mismatch");
96235 /* SQLITE_MISMATCH */ "datatype mismatch",
103225 sqlite3_result_error(context, "argument type mismatch", -1);