pub fn sqlite3_stricmp(a: &str, b: &str) -> OrderingExpand description
Perform a case-insensitive comparison using the same collation that SQLite uses.
This interface was published in SQLite 3.6.17. On earlier versions of SQLite, this method emulates the SQLite behavior.