mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-06-17 01:01:22 +00:00
Add Statement::columns
This commit is contained in:
@ -58,7 +58,7 @@ macro_rules! raise(
|
||||
macro_rules! error(
|
||||
($connection:expr, $code:expr) => (match ::error::last($connection) {
|
||||
Some(error) => return Err(error),
|
||||
None => return Err(::Error::from(::ErrorKind::from($code as isize))),
|
||||
_ => return Err(::Error::from(::ErrorKind::from($code as isize))),
|
||||
});
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user