Small. Fast. Reliable.
Choose any three.

SQLite Requirement Matrix Details
strglob.html

Index Summary Markup Original


R-42999-28458-07893-62789-61417-10043-42121-06014 tcl slt th3 src

The sqlite3_strglob(P,X) interface returns zero if and only if string X matches the GLOB pattern P.

th3/cov1/glob01.test:9

/* IMP: R-42999-28458 */
# EVIDENCE-OF: R-42999-28458 The sqlite3_strglob(P,X) interface returns
# zero if and only if string X matches the GLOB pattern P.

R-50036-02772-43008-32720-05728-55771-24380-32183 tcl slt th3 src

The definition of GLOB pattern matching used in sqlite3_strglob(P,X) is the same as for the "X GLOB P" operator in the SQL dialect understood by SQLite.

th3/cov1/glob01.test:12

/* IMP: R-50036-02772 */
# EVIDENCE-OF: R-50036-02772 The definition of GLOB pattern matching
# used in sqlite3_strglob(P,X) is the same as for the "X GLOB P"
# operator in the SQL dialect understood by SQLite.

R-50479-38141-17486-25121-60764-22579-08326-61073 tcl slt th3 src

The sqlite3_strglob(P,X) function is case sensitive.

th3/cov1/glob01.test:16

/* IMP: R-50479-38141 */
# EVIDENCE-OF: R-50479-38141 The sqlite3_strglob(P,X) function is case
# sensitive.