mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
format
This commit is contained in:
parent
25c817413b
commit
eff747b756
@ -686,10 +686,7 @@ where
|
|||||||
!boxed_aggr.is_null(),
|
!boxed_aggr.is_null(),
|
||||||
"Internal error - null aggregate pointer"
|
"Internal error - null aggregate pointer"
|
||||||
);
|
);
|
||||||
let mut ctx = Context {
|
let mut ctx = Context { ctx, args: &mut [] };
|
||||||
ctx,
|
|
||||||
args: &mut [],
|
|
||||||
};
|
|
||||||
(*boxed_aggr).finalize(&mut ctx, a)
|
(*boxed_aggr).finalize(&mut ctx, a)
|
||||||
});
|
});
|
||||||
let t = match r {
|
let t = match r {
|
||||||
|
Loading…
Reference in New Issue
Block a user