*** DRAFT ***

SQLite Requirement Matrix Details
get_autocommit.html

Index Summary Markup Original


R-63435-12225-33829-37402-17211-27130-05815-22642 tcl slt th3 src

The sqlite3_get_autocommit() interface returns non-zero or zero if the given database connection is or is not in autocommit mode, respectively.

/* IMP: R-63435-12225 */
# EVIDENCE-OF: R-63435-12225 The sqlite3_get_autocommit() interface
# returns non-zero or zero if the given database connection is or is not
# in autocommit mode, respectively.

R-40361-64162-53893-43519-22401-31532-23705-29102 tcl slt th3 src

Autocommit mode is on by default.

/* IMP: R-40361-64162 */
# EVIDENCE-OF: R-40361-64162 Autocommit mode is on by default.

R-45003-07395-31947-31592-21927-23597-32015-06745 tcl slt th3 src

Autocommit mode is disabled by a BEGIN statement.

/* IMP: R-45003-07395 */
# EVIDENCE-OF: R-45003-07395 Autocommit mode is disabled by a BEGIN
# statement.

R-32090-20403-62451-54879-55700-60084-08956-01962 tcl slt th3 src

Autocommit mode is re-enabled by a COMMIT or ROLLBACK.

/* IMP: R-32090-20403 */
# EVIDENCE-OF: R-32090-20403 Autocommit mode is re-enabled by a COMMIT
# or ROLLBACK.