Home
last modified time | relevance | path

Searched refs:RELEASE (Results 1 – 25 of 30) sorted by relevance

12

/sqlite-3.40.0/test/
H A Dsavepoint.test30 RELEASE sp1;
48 RELEASE sp1;
56 RELEASE sp2;
61 execsql { RELEASE sp1 }
173 RELEASE two;
300 execsql {RELEASE abc}
633 RELEASE one;
644 RELEASE one;
712 RELEASE one;
948 sql1 { RELEASE one }
[all …]
H A Dsavepoint7.test12 # Focus on the interaction between RELEASE and ROLLBACK TO with
19 # The RELEASE of an inner savepoint should not effect pending queries.
35 RELEASE x2;
38 db eval {SELECT * FROM t2; RELEASE x1}
47 RELEASE x2;
59 RELEASE x2;
79 db eval {RELEASE x1}
125 RELEASE one;
H A Dsavepoint4.test68 RELEASE two;
70 RELEASE one;
127 RELEASE two;
135 RELEASE three;
140 RELEASE one;
H A Dmemjournal2.test44 RELEASE two;
50 RELEASE two;
56 RELEASE one;
H A Dsavepointfault.test29 RELEASE one;
60 RELEASE one;
76 RELEASE one;
H A Dmemjournal.test40 execsql { RELEASE abc }
H A Dtkt-d11f09d36e.test54 RELEASE tr;
H A Dfts3drop.test53 RELEASE one;
H A Dcapi3d.test180 # BEGIN, COMMIT, ROLLBACK, SAVEPOINT, and RELEASE cause
188 test_is_readonly capi3d-2.18 {RELEASE one} 1
H A De_fkey.test1543 RELEASE one;
1573 RELEASE two;
1577 catchsql {RELEASE one}
1582 RELEASE one;
1590 RELEASE two;
1594 catchsql {RELEASE one}
1597 execsql {ROLLBACK TO one ; RELEASE one}
1604 # EVIDENCE-OF: R-37736-42616 If a COMMIT statement (or the RELEASE of a
1646 catchsql {RELEASE a}
1650 catchsql {RELEASE a}
[all …]
H A Dsavepoint2.test125 execsql "RELEASE three"
H A Dsavepoint6.test92 catch { sql "RELEASE $zName" }
H A Dfkey2.test332 fkey2-2-test 32 1 "RELEASE save"
341 fkey2-2-test 40 1 "RELEASE outer" FKV
344 fkey2-2-test 43 0 "RELEASE outer"
350 fkey2-2-test 49 0 "RELEASE outer"
356 fkey2-2-test 54 1 "RELEASE outer" FKV
360 fkey2-2-test 58 0 "RELEASE outer"
H A Dvtab1.test1530 # RELEASE xyz;
1534 # commit the results of the INSERT as part of the "RELEASE xyz" command.
1544 RELEASE a;
1557 RELEASE a;
H A Dwithout_rowid3.test332 without_rowid3-2-test 32 1 "RELEASE save"
341 without_rowid3-2-test 40 1 "RELEASE outer" FKV
344 without_rowid3-2-test 43 0 "RELEASE outer"
350 without_rowid3-2-test 49 0 "RELEASE outer"
356 without_rowid3-2-test 54 1 "RELEASE outer" FKV
360 without_rowid3-2-test 58 0 "RELEASE outer"
H A Dpagerfault.test344 # RELEASE three;
552 RELEASE trans;
H A Dwal.test208 RELEASE tr;
265 RELEASE tr;
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5savepoint.test29 RELEASE two;
32 RELEASE four;
H A Dfts5ai.test44 RELEASE one;
H A Dfts5aa.test401 RELEASE aaa;
/sqlite-3.40.0/
H A Dsqlite.pc.in10 Version: @RELEASE@
H A Dconfigure.ac157 RELEASE=`cat $srcdir/VERSION`
158 AC_MSG_NOTICE(Release set to $RELEASE)
159 AC_SUBST(RELEASE) subst
H A DMakefile.in100 RELEASE = @RELEASE@
/sqlite-3.40.0/ext/session/
H A Dsession9.test115 3 {SAVEPOINT one} {} {RELEASE one}
116 4 {SAVEPOINT one} {ROLLBACK TO one} {RELEASE one}
/sqlite-3.40.0/src/
H A Dparse.y176 cmd ::= RELEASE savepoint_opt nm(X). { in nm()
251 QUERY KEY OF OFFSET PRAGMA RAISE RECURSIVE RELEASE REPLACE RESTRICT ROW ROWS

12