Home
last modified time | relevance | path

Searched refs:deferred (Results 1 – 23 of 23) sorted by relevance

/sqlite-3.40.0/test/
H A Dfts3auto.test49 # -deferred TOKENLIST
65 set deferred [list]
69 -deferred {
70 ifcapable fts4_deferred { set deferred $v }
73 error "bad option \"$k\": must be -deferred"
78 get_near_results $tbl $match $deferred aHit
256 if {[llength $deferred] && [llength $expr]==1} {
261 if {[lsearch $deferred $tok]>=0} {
488 # Some test cases involving deferred tokens.
709 # returns 2, so B is deferred in this case.
[all …]
H A Dfkey4.test13 # This file test deferred foreign key constraint processing to make
16 # a subsequent statement to fail a deferred constraint with impunity.
H A Dstmt.test54 # 2016-03-04: statement-journal open deferred
70 # 2016-03-04: statement-journal open deferred
H A Dfts3defer3.test12 # This file contains a very simple test to show that the deferred tokens
53 # be deferred because of the very large associated doclist.
H A De_fkey.test1308 # any number of deferred foreign key constraints.
1340 # executing. In this case deferred constraints behave the same as
1366 # Test that an FK constraint is made deferred by adding the following
1389 # classified as either immediate or deferred.
1521 # deferred foreign key constraints.
1525 # deferred foreign key constraint.
1560 # satisfying deferred foreign key constraints. It may be rolled back.
1601 # Test that if a COMMIT operation fails due to deferred foreign key
1855 # would with a deferred constraint.
2685 # EVIDENCE-OF: R-05903-08460 If a deferred foreign key constraint is
[all …]
H A Dkeyword1.test44 deferred
H A Dlock3.test37 # Get a deferred lock on the database using one connection. The
H A Dfkey2.test27 # fkey2-1.*: Simple tests to check that immediate and deferred foreign key
30 # fkey2-2.*: Tests to verify that deferred foreign keys work inside
31 # explicit transactions (i.e that processing really is deferred).
270 # deferred foreign key constraint logic works.
367 # the deferred constraint counter is correctly reset to the value it
1357 INSERT INTO cc VALUES('see', 4); -- Violates deferred constraint
1432 # Whereas statements that violate deferred FK constraints return the number
1576 # An insert on the parent table must read the child key of any deferred
1592 # As must an insert on the child table of a deferred constraint.
H A Dwithout_rowid3.test28 # without_rowid3-1.*: Simple tests to check that immediate and deferred foreign key
31 # without_rowid3-2.*: Tests to verify that deferred foreign keys work inside
32 # explicit transactions (i.e that processing really is deferred).
270 # deferred foreign key constraint logic works.
367 # the deferred constraint counter is correctly reset to the value it
1332 INSERT INTO cc VALUES('see', 4); -- Violates deferred constraint
1494 # Whereas statements that violate deferred FK constraints return the number
1638 # An insert on the parent table must read the child key of any deferred
1654 # As must an insert on the child table of a deferred constraint.
H A Dexclusive.test453 # 2016-03-04: The statement-journal open is deferred
462 # 2016-03-04: The statement-journal open is deferred
H A Dfts3defer2.test32 # This block of tests - fts3defer2-1.* - test the interaction of deferred NEAR
H A Dfkey6.test21 # OFF so that foreign key constraints are only deferred if they are
H A DcorruptK.test72 # This test no longer functions due to the deferred computation of
H A Dfts4aa.test122 # Note: Token 'in' is being deferred in the following query.
H A Dfts4noti.test105 # Test that notindexed columns are not scanned for deferred tokens.
H A Dtclsqlite.test386 db transaction deferred {}
397 } {1 {bad transaction type "xyzzy": must be deferred, exclusive, or immediate}}
H A Dintpkey.test621 # deferred seek of the OP_Seek is not resolved prior to reaching the OP_Delete.
H A Dfts3matchinfo.test263 # It used to be that the second 'a' token would be deferred. That doesn't
H A Dcorrupt2.test98 # Note: This test is no longer meaningful due to the deferred computation
H A Dgenesis.tcl1024 INSERT INTO t1(docid,words) VALUES(1034019,'And the young man deferred not to do the thing, because…
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5matchinfo.test251 # It used to be that the second 'a' token would be deferred. That doesn't
/sqlite-3.40.0/src/
H A Dvdbeaux.c3122 int sqlite3VdbeCheckFk(Vdbe *p, int deferred){ in sqlite3VdbeCheckFk() argument
3124 if( (deferred && (db->nDeferredCons+db->nDeferredImmCons)>0) in sqlite3VdbeCheckFk()
3125 || (!deferred && p->nFkConstraint>0) in sqlite3VdbeCheckFk()
H A Dsqlite.h.in1109 ** means all subsequent write operations will be deferred and done
6480 ** to modify the database connection must be deferred until after the
6608 ** to modify the database connection must be deferred until after the
8502 ** all foreign key constraints (deferred or immediate) have been