Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c25563 int needCommit; /* True to COMMIT or ROLLBACK at end */ in do_meta_command() local
25787 needCommit = sqlite3_get_autocommit(p->db); in do_meta_command()
25788 if( needCommit ) sqlite3_exec(p->db, "BEGIN", 0, 0, 0); in do_meta_command()
25844 if( needCommit ) sqlite3_exec(p->db, "COMMIT", 0, 0, 0); in do_meta_command()