Small. Fast. Reliable.
Choose any three.

SQLite Requirement Matrix Details
c_static.html

Index Summary Markup Original


R-31518-37056-56231-07788-10281-54147-06570-65506 tcl slt th3 src

If the destructor argument is SQLITE_STATIC, it means that the content pointer is constant and will never change.

th3/req1/clearbind01.test:18   th3/req1/static01.test:15

/* IMP: R-31518-37056 */
# EVIDENCE-OF: R-31518-37056 If the destructor argument is
# SQLITE_STATIC, it means that the content pointer is constant and will
# never change.

R-15807-22461-03820-63759-43480-30184-16184-55723 tcl slt th3 src

The SQLITE_TRANSIENT value means that the content will likely change in the near future and that SQLite should make its own private copy of the content before returning.

th3/req1/clearbind01.test:27   th3/req1/static01.test:38

/* IMP: R-15807-22461 */
# EVIDENCE-OF: R-15807-22461 The SQLITE_TRANSIENT value means that the
# content will likely change in the near future and that SQLite should
# make its own private copy of the content before returning.