Function sqlite3_extended_result_codes

Source
pub unsafe fn sqlite3_extended_result_codes(
    db: *mut sqlite3,
    onoff: c_int,
) -> c_int
Expand description

Enables or disables the extended result codes feature of SQLite. The extended result codes are disabled by default for historical compatibility.

See https://www.sqlite.org/c3ref/extended_result_codes.html