Searched refs:total_changes (Results 1 – 15 of 15) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | fts4opt.test | 95 set tc1 [db total_changes] 97 set tc2 [db total_changes] 156 set tc1 [db total_changes] 158 set tc2 [db total_changes] 198 set c1 [db total_changes] 200 expr {[db total_changes] - $c1} 204 set c1 [db total_changes] 206 expr {([db total_changes] - $c1) > 1} 209 set c1 [db total_changes] 211 expr {[db total_changes] - $c1}
|
| H A D | e_totalchanges.test | 18 # [db total_changes] to the result of executing the SQL script. 22 do_test $tn "concat \[execsql {$sql}\] \[db total_changes\]" $res 35 # EVIDENCE-OF: R-38914-26427 The total_changes() function returns the 72 sqlite3 db test.db ; # To reset total_changes 127 sqlite3 db test.db ; # To reset total_changes 150 sqlite3 db test.db ; # To reset total_changes 175 sqlite3 db test.db ; # To reset total_changes 193 sqlite3 db test.db ; # To reset total_changes
|
| H A D | fts4merge.test | 310 set x [db total_changes] 312 expr { ([db total_changes] - $x)>1 } 315 set x [db total_changes] 317 expr { ([db total_changes] - $x)>1 } 320 set x [db total_changes] 322 expr { ([db total_changes] - $x)>1 } 325 set x [db total_changes] 327 expr { ([db total_changes] - $x)>1 }
|
| H A D | laststmtchanges.test | 11 # Tests to make sure that values returned by changes() and total_changes() 43 select changes(), total_changes(); 51 select changes(), total_changes(); 104 set ::tc [db total_changes] 140 expr [db total_changes] - $::tc 320 set nTotalChange [execsql {SELECT total_changes()}] 325 SELECT total_changes(); 327 SELECT total_changes();
|
| H A D | changes.test | 56 db total_changes 68 db total_changes 84 db total_changes
|
| H A D | fts4merge5.test | 43 set tc1 [db total_changes] 47 set tc2 [db total_changes]
|
| H A D | insert2.test | 140 set x [db total_changes] 154 expr [db total_changes] - $x
|
| H A D | tclsqlite.test | 45 … progress, rekey, restore, rollback_hook, serialize, status, timeout, total_changes, trace, trace_… 150 set v [catch {db total_changes xyz} msg] 152 } {1 {wrong # args: should be "db total_changes "}}
|
| H A D | fkey2.test | 1533 set nTotal [db total_changes] 1541 expr [db total_changes] - $nTotal 1553 expr [db total_changes] - $nTotal
|
| H A D | without_rowid3.test | 1595 set nTotal [db total_changes] 1603 expr [db total_changes] - $nTotal 1615 expr [db total_changes] - $nTotal
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5optimize.test | 95 set c [db total_changes] 97 set c [expr [db total_changes]-$c]
|
| H A D | fts5merge.test | 214 set nChange [db total_changes] 216 set nChange [expr [db total_changes] - $nChange]
|
| /sqlite-3.40.0/src/ |
| H A D | sqlite3ext.h | 142 int (*total_changes)(sqlite3*); member 492 #define sqlite3_total_changes sqlite3_api->total_changes
|
| H A D | func.c | 604 static void total_changes( in total_changes() function 2298 VFUNCTION(total_changes, 0, 0, 0, total_changes ), in sqlite3RegisterBuiltinFunctions()
|
| H A D | shell.c.in | 11028 "changes: %lld total_changes: %lld",
|