Home
last modified time | relevance | path

Searched refs:CONFLICT (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/test/
H A Dconflict.test64 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 …]
H A Dmemdb.test190 if {$conf!=""} {set conf "ON CONFLICT $conf"}
261 if {$conf1!=""} {set conf1 "ON CONFLICT $conf1"}
262 if {$conf2!=""} {set conf2 "ON CONFLICT $conf2"}
H A Dnotnull.test28 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
H A Dtrigger2.test46 # 6. ON CONFLICT clause handling
459 # Handling of ON CONFLICT by INSERT statements inside triggers
512 # Handling of ON CONFLICT by UPDATE statements inside triggers
H A Dcapi2.test373 execsql {BEGIN TRANSACTION ON CONFLICT ROLLBACK;}
/titanic_41/usr/src/cmd/svr4pkg/hdrs/
H A Ddryrun.h39 #define CONFLICT 6 macro
/titanic_41/usr/src/lib/libsqlite/tool/
H A Dlemon.c194 CONFLICT, /* Was a reduce, but part of a conflict */ enumerator
361 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==CONFLICT
2647 case CONFLICT: in PrintAction()
/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Ddryrun.c807 case CONFLICT: in set_dr_info()
/titanic_41/usr/src/lib/libsqlite/src/
H A Dparse.y127 ABORT AFTER ASC ATTACH BEFORE BEGIN CASCADE CLUSTER CONFLICT
259 onconf(A) ::= ON CONFLICT resolvetype(X). { A = X; }
/titanic_41/usr/src/cmd/svr4pkg/pkginstall/
H A Dmain.c1873 ck_w_dryrun(ckconflct, CONFLICT); in main()