Lines Matching refs:conf2
208 # conf2 The conflict resolution algorithm on the BEGIN statement
214 foreach {i conf1 conf2 cmd t0 t1 t2} {
238 if {$conf2!=""} {set conf2 "ON CONFLICT $conf2"}
244 BEGIN $conf2;
267 # conf2 The conflict resolution algorithm on the BEGIN statement
273 foreach {i conf1 conf2 cmd t0 t1 t2} {
301 if {$conf2!=""} {set conf2 "ON CONFLICT $conf2"}
306 BEGIN $conf2;
335 # conf2 The conflict resolution algorithm on the BEGIN statement
341 foreach {i conf1 conf2 cmd t0 t1 t2} {
372 if {$conf2!=""} {set conf2 "ON CONFLICT $conf2"}
378 BEGIN $conf2;