1
0
Fork 0
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:
Kenichi Ishigaki 2013-03-19 00:59:43 +00:00
parent 8e7ffb0219
commit fad57f6d44

View file

@ -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;