Skip to content
This repository was archived by the owner on Jul 11, 2021. It is now read-only.

Commit 1ed31c3

Browse files
author
Simone Mosciatti
committed
fix wrong management of paramenters in multi statements
1 parent f6988b4 commit 1ed31c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redisql_lib/src/community_statement.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ impl<'a> StatementTrait<'a> for Statement {
210210
)
211211
} {
212212
ffi::SQLITE_OK => Ok(SQLiteOK::OK),
213+
ffi::SQLITE_RANGE => Ok(SQLiteOK::OK),
213214
_ => Err(self.get_last_error()),
214215
}
215216
}

0 commit comments

Comments
 (0)