mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
applied a patch from D. Richard Hipp to resolve #84027
This commit is contained in:
parent
8e7ffb0219
commit
fad57f6d44
1 changed files with 1 additions and 1 deletions
2
dbdimp.c
2
dbdimp.c
|
@ -1729,7 +1729,7 @@ sqlite_db_aggr_finalize_dispatcher( sqlite3_context *context )
|
|||
aggrInfo *aggr, myAggr;
|
||||
int count = 0;
|
||||
|
||||
aggr = sqlite3_aggregate_context(context, sizeof (aggrInfo));
|
||||
aggr = sqlite3_aggregate_context(context, 0);
|
||||
|
||||
ENTER;
|
||||
SAVETMPS;
|
||||
|
|
Loading…
Add table
Reference in a new issue