From 7ee8310ae781483f6237b6292bc89ab6d4101056 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Sat, 1 Dec 2018 13:58:07 +0900 Subject: [PATCH] fix the number of workarounds --- lib/DBD/SQLite.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index f3f80f2..1a52fbe 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -1208,7 +1208,7 @@ like this while executing: SELECT bar FROM foo GROUP BY bar HAVING count(*) > "5"; -There are three workarounds for this. +There are four workarounds for this. =over 4