From d4988c50ee99fac9dc97d3b1c459e0849c03a838 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 2 Oct 2012 23:17:35 +0900 Subject: [PATCH] merge 3&4 in learning mode answer button stats --- anki/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anki/stats.py b/anki/stats.py index c4f3a7e31..f47737837 100644 --- a/anki/stats.py +++ b/anki/stats.py @@ -507,7 +507,7 @@ select (case when type in (0,2) then 0 when lastIvl < 21 then 1 else 2 end) as thetype, -ease, count() from revlog %s +(case when type in (0,2) and ease = 4 then 3 else ease end), count() from revlog %s group by thetype, ease order by thetype, ease""" % lim)