Lines Matching refs:conf2
206 # conf2 The conflict resolution algorithm on the BEGIN statement
212 foreach {i conf1 conf2 cmd t0 t1 t2} {
236 if {$conf2!=""} {set conf2 "ON CONFLICT $conf2"}
242 BEGIN $conf2;
265 # conf2 The conflict resolution algorithm on the BEGIN statement
271 foreach {i conf1 conf2 cmd t0 t1 t2} {
299 if {$conf2!=""} {set conf2 "ON CONFLICT $conf2"}
304 BEGIN $conf2;
333 # conf2 The conflict resolution algorithm on the BEGIN statement
339 foreach {i conf1 conf2 cmd t0 t1 t2} {
370 if {$conf2!=""} {set conf2 "ON CONFLICT $conf2"}
376 BEGIN $conf2;