mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Add the sqlite3_changes64() and sqlite3_total_changes64() API functions.
FossilOrigin-Name: 48fdec22c966003f5577e0bf52906ef90df11e4e395723a646304e67ed976f37
This commit is contained in:
@@ -6250,7 +6250,7 @@ case OP_Destroy: { /* out2 */
|
||||
** See also: Destroy
|
||||
*/
|
||||
case OP_Clear: {
|
||||
int nChange;
|
||||
i64 nChange;
|
||||
|
||||
sqlite3VdbeIncrWriteCounter(p, 0);
|
||||
nChange = 0;
|
||||
|
Reference in New Issue
Block a user