R-59182-40522-06703-03529-14405-50301-30896-08116 tcl slt th3 src
The SQLITE_VERSION C preprocessor macro in the sqlite3.h header evaluates to a string literal that is the SQLite version in the format "X.Y.Z" where X is the major version number (always 3 for SQLite3) and Y is the minor version number and Z is the release number.
th3/req1/version01.test:22
/* IMP: R-59182-40522 */
# EVIDENCE-OF: R-59182-40522 The SQLITE_VERSION C preprocessor macro in # the sqlite3.h header evaluates to a string literal that is the SQLite # version in the format "X.Y.Z" where X is the major version number # (always 3 for SQLite3) and Y is the minor version number and Z is the # release number.
R-55312-58443-27187-57557-21962-11397-57143-02839 tcl slt th3 src
The SQLITE_VERSION_NUMBER C preprocessor macro resolves to an integer with the value (X*1000000 + Y*1000 + Z) where X, Y, and Z are the same numbers used in SQLITE_VERSION.
th3/req1/version01.test:69
/* IMP: R-55312-58443 */
# EVIDENCE-OF: R-55312-58443 The SQLITE_VERSION_NUMBER C preprocessor # macro resolves to an integer with the value (X*1000000 + Y*1000 + Z) # where X, Y, and Z are the same numbers used in SQLITE_VERSION.
R-30358-48480-02487-45285-44102-55038-52936-37421 tcl slt th3 src
The SQLITE_SOURCE_ID macro evaluates to a string which identifies a particular check-in of SQLite within its configuration management system.
th3/req1/version01.test:76
/* IMP: R-30358-48480 */
# EVIDENCE-OF: R-30358-48480 The SQLITE_SOURCE_ID macro evaluates to a # string which identifies a particular check-in of SQLite within its # configuration management system.
R-31130-45753-58005-22978-58145-31360-08893-12454 tcl slt th3 src
The SQLITE_SOURCE_ID string contains the date and time of the check-in (UTC) and a SHA1 or SHA3-256 hash of the entire source tree.
th3/req1/version01.test:80
/* IMP: R-31130-45753 */
# EVIDENCE-OF: R-31130-45753 The SQLITE_SOURCE_ID string contains the # date and time of the check-in (UTC) and a SHA1 or SHA3-256 hash of the # entire source tree.