mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Params for 28-length arrays
This commit is contained in:
parent
20e626e0de
commit
c313cd770d
@ -327,7 +327,7 @@ macro_rules! impl_for_array_ref {
|
||||
// don't really think it matters -- users who hit that can use `params!` anyway.
|
||||
impl_for_array_ref!(
|
||||
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
||||
18 19 20 21 22 23 24 25 26 27 29 30 31 32
|
||||
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
||||
);
|
||||
|
||||
/// Adapter type which allows any iterator over [`ToSql`] values to implement
|
||||
|
Loading…
Reference in New Issue
Block a user