mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 06:20:50 +00:00
Adjust an error message
This commit is contained in:
parent
d8835fec8c
commit
e9f6fc0f1a
@ -132,7 +132,7 @@ impl Value for String {
|
||||
unsafe {
|
||||
let pointer = ffi::sqlite3_column_text(statement.raw.0, i as c_int);
|
||||
if pointer.is_null() {
|
||||
raise!("cannot read a TEXT column");
|
||||
raise!("cannot read a text column");
|
||||
}
|
||||
Ok(c_str_to_string!(pointer))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user