Searched refs:changes (Results 1 – 25 of 113) sorted by relevance
12345
| /sqlite-3.40.0/test/ |
| H A D | laststmtchanges.test | 78 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 D | e_changes.test | 79 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 D | changes2.test | 29 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 D | changes.test | 17 set testprefix changes 52 db changes 64 db changes 80 db changes
|
| H A D | fts4upfrom.test | 45 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 D | conflict.test | 362 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 D | conflict2.test | 368 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 D | triggerB.test | 69 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 D | savepoint2.test | 108 # 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 D | dataversion1.test | 29 # 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 D | soak.test | 51 # trans.test (pseudo-random changes to a database followed by rollbacks) 55 # Many database changes maintaining some kind of invariant.
|
| H A D | fts4check.test | 43 # 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 D | tkt1644.test | 15 # are not expired correctly as a result of changes to TEMP 41 # the view changes.
|
| H A D | sidedelete.test | 13 # changes that involve side effects that delete rows from 42 # Make a series of changes using an UPDATE OR REPLACE and a
|
| H A D | capi2.test | 205 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 D | delete4.test | 68 SELECT printf('(%d)',changes()); 74 SELECT printf('(%d)',changes()); 76 SELECT printf('(%d)',changes());
|
| H A D | vtab1.test | 652 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 D | imposter1.test | 50 # Create triggers to record changes to xt1. 82 # Make changes via the xt1 shadow table. This will not update the
|
| H A D | update.test | 66 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 D | delete.test | 64 db changes 135 db changes 185 db changes
|
| H A D | exclusive.test | 323 # 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 D | insert2.test | 49 db changes 225 db changes
|
| /sqlite-3.40.0/doc/ |
| H A D | trusted-schema.md | 16 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 D | pager-invariants.txt | 52 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 D | session2.test | 68 # 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