Home
last modified time | relevance | path

Searched refs:total_changes (Results 1 – 15 of 15) sorted by relevance

/sqlite-3.40.0/test/
H A Dfts4opt.test95 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 De_totalchanges.test18 # [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 Dfts4merge.test310 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 Dlaststmtchanges.test11 # 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 Dchanges.test56 db total_changes
68 db total_changes
84 db total_changes
H A Dfts4merge5.test43 set tc1 [db total_changes]
47 set tc2 [db total_changes]
H A Dinsert2.test140 set x [db total_changes]
154 expr [db total_changes] - $x
H A Dtclsqlite.test45 … 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 Dfkey2.test1533 set nTotal [db total_changes]
1541 expr [db total_changes] - $nTotal
1553 expr [db total_changes] - $nTotal
H A Dwithout_rowid3.test1595 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 Dfts5optimize.test95 set c [db total_changes]
97 set c [expr [db total_changes]-$c]
H A Dfts5merge.test214 set nChange [db total_changes]
216 set nChange [expr [db total_changes] - $nChange]
/sqlite-3.40.0/src/
H A Dsqlite3ext.h142 int (*total_changes)(sqlite3*); member
492 #define sqlite3_total_changes sqlite3_api->total_changes
H A Dfunc.c604 static void total_changes( in total_changes() function
2298 VFUNCTION(total_changes, 0, 0, 0, total_changes ), in sqlite3RegisterBuiltinFunctions()
H A Dshell.c.in11028 "changes: %lld total_changes: %lld",