Lines Matching defs:SQLITE_CHANGESET_NOTFOUND
12079 ** the conflict-handler function is invoked with [SQLITE_CHANGESET_NOTFOUND]
12123 ** the conflict-handler function is invoked with [SQLITE_CHANGESET_NOTFOUND]
12235 ** <dt>SQLITE_CHANGESET_NOTFOUND<dd>
12275 #define SQLITE_CHANGESET_NOTFOUND 2
219837 assert( SQLITE_CHANGESET_DATA+1==SQLITE_CHANGESET_NOTFOUND );