Home | History | Annotate | Download | only in dist

Lines Matching refs:needCommit

2584     int needCommit;             /* True to COMMIT or ROLLBACK at end */
2693 needCommit = sqlite3_get_autocommit(db);
2694 if( needCommit ) sqlite3_exec(db, "BEGIN", 0, 0, 0);
2731 if( needCommit ) sqlite3_exec(db, "COMMIT", 0, 0, 0);