mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-26 11:31:37 +08:00
b189f6ba66
Before this commit, if the aggregate function was called on 0 rows, it would always return NULL (and never call Aggregate::init() or finalize()). Now, init() and finalize() are always called to get the result of the function, even if step() is never called. |
||
---|---|---|
.. | ||
backup.rs | ||
blob.rs | ||
error.rs | ||
functions.rs | ||
lib.rs | ||
load_extension_guard.rs | ||
named_params.rs | ||
trace.rs | ||
transaction.rs | ||
types.rs |