mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-03 07:18:56 +08:00
Replace column index/count type (i32) with usize
Breaking change
This commit is contained in:
@@ -931,7 +931,7 @@ impl InnerConnection {
|
||||
stmt = ffi::sqlite3_next_stmt(db, stmt);
|
||||
}
|
||||
}
|
||||
return false;
|
||||
false
|
||||
}
|
||||
|
||||
#[cfg(not(feature = "hooks"))]
|
||||
|
||||
Reference in New Issue
Block a user