*** DRAFT ***

SQLite Requirement Matrix Details
value.html

Index Summary Markup Original


R-34814-22035-19752-61012-44426-48112-33201-20182 tcl slt th3 src

Values stored in sqlite3_value objects can be integers, floating point values, strings, BLOBs, or NULL.

th3/req1/value01.test:63

/* IMP: R-34814-22035 */
# EVIDENCE-OF: R-34814-22035 Values stored in sqlite3_value objects can
# be integers, floating point values, strings, BLOBs, or NULL.

R-51717-16874-57746-23780-03416-60181-48500-48749 tcl slt th3 src

The sqlite3_value objects that are passed as parameters into the implementation of application-defined SQL functions are protected.

th3/req1/value01.test:30

/* IMP: R-51717-16874 */
# EVIDENCE-OF: R-51717-16874 The sqlite3_value objects that are passed
# as parameters into the implementation of application-defined SQL
# functions are protected.

R-11642-52788-36147-22296-03244-37741-50483-48867 tcl slt th3 src

The sqlite3_value objects returned by sqlite3_vtab_rhs_value() are protected.

/* IMP: R-11642-52788 */
# EVIDENCE-OF: R-11642-52788 The sqlite3_value objects returned by
# sqlite3_vtab_rhs_value() are protected.

R-39088-19376-30403-42071-52241-63734-59003-40185 tcl slt th3 src

The sqlite3_value object returned by sqlite3_column_value() is unprotected.

th3/req1/value01.test:137

/* IMP: R-39088-19376 */
# EVIDENCE-OF: R-39088-19376 The sqlite3_value object returned by
# sqlite3_column_value() is unprotected.