Home
last modified time | relevance | path

Searched refs:changes (Results 1 – 25 of 113) sorted by relevance

12345

/sqlite-3.40.0/test/
H A Dlaststmtchanges.test78 select changes();
86 select changes();
114 select changes();
157 select changes();
189 select changes();
251 select changes();
258 select changes();
265 select changes();
298 SELECT changes();
306 SELECT changes();
[all …]
H A De_changes.test79 db2 changes
82 db changes
99 do_test 1.$tn.9 { db changes } 0
104 do_test 1.$tn.11 { db changes } 0
274 set ::changes [list]
276 set res [db changes]
277 lappend ::changes $x $res
301 set ::changes
317 UPDATE t1 SET b = changes();
411 INSERT INTO q1 VALUES('1:' || changes());
[all …]
H A Dchanges2.test29 list [sqlite3_step $::stmt] [db changes]
33 list [sqlite3_step $::stmt] [db changes]
47 list [sqlite3_step $::stmt] [db changes]
51 list [sqlite3_step $::stmt] [db changes]
65 INSERT INTO log VALUES(changes() || ' changes')
92 } {{2 changes} {2 changes}}
H A Dchanges.test17 set testprefix changes
52 db changes
64 db changes
80 db changes
H A Dfts4upfrom.test45 catchsql { DROP VIEW IF EXISTS changes }
80 UPDATE ft SET c=v FROM changes WHERE a=k;
81 } {1 {no such table: changes}}
84 create view changes(k, v) AS
93 UPDATE ft SET c=v FROM changes WHERE a=k;
H A Dconflict.test362 db changes
381 db changes
395 # counter (Test result changes from 0 to 50).
397 db changes
413 db changes
421 db changes
429 db changes
437 db changes
445 db changes
453 db changes
[all …]
H A Dconflict2.test368 db changes
387 db changes
396 # counter (Test result changes from 0 to 50).
398 db changes
414 db changes
422 db changes
430 db changes
438 db changes
446 db changes
454 db changes
[all …]
H A DtriggerB.test69 CREATE TABLE changes(x,y);
71 INSERT INTO changes VALUES(new.a, new.b);
76 SELECT * FROM changes;
82 INSERT INTO changes VALUES(old.a, old.c);
H A Dsavepoint2.test108 # More SQL changes. The rollback to savepoint "two". Check that the
118 # More SQL changes. The rollback to savepoint "two". Check that the
132 # "ROLLBACK TO one" command above). So make a few changes to the
H A Ddataversion1.test29 # The data version does not change by ATTACH or by changes to
50 # But the data version is constant if there are changes to other
H A Dsoak.test51 # trans.test (pseudo-random changes to a database followed by rollbacks)
55 # Many database changes maintaining some kind of invariant.
H A Dfts4check.test43 # 1.2: Make a series of minor changes to the underlying FTS data structures
87 # 2.2: Make a series of minor changes to the underlying FTS data structures
121 # 3.2: Make a series of minor changes to the underlying FTS data structures
H A Dtkt1644.test15 # are not expired correctly as a result of changes to TEMP
41 # the view changes.
H A Dsidedelete.test13 # changes that involve side effects that delete rows from
42 # Make a series of changes using an UPDATE OR REPLACE and a
H A Dcapi2.test205 do_test capi2-3.9b {db changes} {0}
216 do_test capi2-3.10b {db changes} {1}
220 do_test capi2-3.11b {db changes} {1}
233 # (Test result changes from 0 to 1). (Later:) change counter updates occur
235 do_test capi2-3.13b {db changes} {0}
623 # counter (Test result changes from 0 to 4).
H A Ddelete4.test68 SELECT printf('(%d)',changes());
74 SELECT printf('(%d)',changes());
76 SELECT printf('(%d)',changes());
H A Dvtab1.test652 db changes
663 db changes
674 db changes
686 db changes
698 db changes
712 db changes
723 db changes
736 db changes
747 db changes
H A Dimposter1.test50 # Create triggers to record changes to xt1.
82 # Make changes via the xt1 shadow table. This will not update the
H A Dupdate.test66 db changes
74 db changes
635 # Unreleased bug in UPDATE caused by the UPSERT changes.
636 # Found by OSSFuzz as soon as the UPSERT changes landed on trunk.
710 # triggers from making changes to the table being updated while doing
H A Ddelete.test64 db changes
135 db changes
185 db changes
H A Dexclusive.test323 # T3 changes in any way, the signature should change.
326 # make lots of changes to t3, then rollback and take another signature.
405 # that is open but NOT writing changes, normally
H A Dinsert2.test49 db changes
225 db changes
/sqlite-3.40.0/doc/
H A Dtrusted-schema.md16 The changes in this branch strive to make it easier for high-privilege
20 ## Overview of changes in [new-security-options](/timeline?r=new-security-options)
79 ## Specific changes
H A Dpager-invariants.txt52 of the unsynced changes to a rollback journal are removed and the
73 any changes to the database file.
/sqlite-3.40.0/ext/session/
H A Dsession2.test68 # changes using a session object. Apply the resulting changeset to
199 # session object is recording changes made to an attached database. The
318 # change is considered indirect only if all changes meet the criteria
432 # MISUSE and rolls back any changes made so far.

12345