Small. Fast. Reliable.
Choose any three.

SQLite Requirement Matrix Details
config.html

Index Summary Markup Original


R-20983-25183-16317-48719-00472-39133-57551-19276 tcl slt th3 src

If sqlite3_config() is called after sqlite3_initialize() and before sqlite3_shutdown() then it will return SQLITE_MISUSE.

/* IMP: R-20983-25183 */
# EVIDENCE-OF: R-20983-25183 If sqlite3_config() is called after
# sqlite3_initialize() and before sqlite3_shutdown() then it will return
# SQLITE_MISUSE.

R-28989-00211-56037-13079-09434-49891-20969-08914 tcl slt th3 src

sqlite3_config() can be called as part of the implementation of an application-defined sqlite3_os_init().

/* IMP: R-28989-00211 */
# EVIDENCE-OF: R-28989-00211 sqlite3_config() can be called as part of
# the implementation of an application-defined sqlite3_os_init().

R-22347-12719-38657-19900-45791-11174-27141-23723 tcl slt th3 src

When a configuration option is set, sqlite3_config() returns SQLITE_OK.

/* IMP: R-22347-12719 */
# EVIDENCE-OF: R-22347-12719 When a configuration option is set,
# sqlite3_config() returns SQLITE_OK.

R-47366-13741-55802-55490-13630-64665-63412-14686 tcl slt th3 src

If the option is unknown or SQLite is unable to set the option then this routine returns a non-zero error code.

/* IMP: R-47366-13741 */
# EVIDENCE-OF: R-47366-13741 If the option is unknown or SQLite is
# unable to set the option then this routine returns a non-zero error
# code.