Searched refs:zConflict (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2429 char *zConflict; /* The conflict algorithm to use */ local
2462 zConflict = Tcl_GetStringFromObj(objv[2], 0);
2472 if(strcmp(zConflict, "rollback") != 0 &&
2473 strcmp(zConflict, "abort" ) != 0 &&
2474 strcmp(zConflict, "fail" ) != 0 &&
2475 strcmp(zConflict, "ignore" ) != 0 &&
2476 strcmp(zConflict, "replace" ) != 0 ) {
2477 Tcl_AppendResult(interp, "Error: \"", zConflict,
2506 zConflict, zTable);

Completed in 156 milliseconds