Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add NEWS
  • Loading branch information
Erlend E. Aasland committed Feb 18, 2021
commit 9722ea952a117ad25a39eb29c927f90bd34cde75
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Prevent needless allocation of :mod:`sqlite3` aggregate function context
when no rows match an aggregate query. Patch by Erlend E. Aasland.