Searched refs:CONFLICT (Results 1 – 10 of 10) sorted by relevance
64 if {$conf!=""} {set conf "ON CONFLICT $conf"}122 if {$conf!=""} {set conf "ON CONFLICT $conf"}180 if {$conf!=""} {set conf "ON CONFLICT $conf"}237 if {$conf1!=""} {set conf1 "ON CONFLICT $conf1"}238 if {$conf2!=""} {set conf2 "ON CONFLICT $conf2"}300 if {$conf1!=""} {set conf1 "ON CONFLICT $conf1"}301 if {$conf2!=""} {set conf2 "ON CONFLICT $conf2"}371 if {$conf1!=""} {set conf1 "ON CONFLICT $conf1"}372 if {$conf2!=""} {set conf2 "ON CONFLICT $conf2"}510 a INTEGER UNIQUE ON CONFLICT IGNORE,[all …]
190 if {$conf!=""} {set conf "ON CONFLICT $conf"}261 if {$conf1!=""} {set conf1 "ON CONFLICT $conf1"}262 if {$conf2!=""} {set conf2 "ON CONFLICT $conf2"}
28 c NOT NULL ON CONFLICT REPLACE DEFAULT 6,29 d NOT NULL ON CONFLICT IGNORE DEFAULT 7,30 e NOT NULL ON CONFLICT ABORT DEFAULT 8
46 # 6. ON CONFLICT clause handling459 # Handling of ON CONFLICT by INSERT statements inside triggers512 # Handling of ON CONFLICT by UPDATE statements inside triggers
373 execsql {BEGIN TRANSACTION ON CONFLICT ROLLBACK;}
39 #define CONFLICT 6 macro
194 CONFLICT, /* Was a reduce, but part of a conflict */ enumerator361 assert( ap1->type==REDUCE || ap1->type==RD_RESOLVED || ap1->type==CONFLICT);362 assert( ap2->type==REDUCE || ap2->type==RD_RESOLVED || ap2->type==CONFLICT);986 apy->type = CONFLICT;998 apy->type = CONFLICT;1006 apy->type = CONFLICT;1017 apx->type==CONFLICT ||1020 apy->type==CONFLICT2647 case CONFLICT: in PrintAction()
807 case CONFLICT: in set_dr_info()
127 ABORT AFTER ASC ATTACH BEFORE BEGIN CASCADE CLUSTER CONFLICT259 onconf(A) ::= ON CONFLICT resolvetype(X). { A = X; }
1873 ck_w_dryrun(ckconflct, CONFLICT); in main()