Fix for dupcheck module - only_full_group_by error

This commit is contained in:
Stian Lund 2024-03-27 22:39:05 +01:00
parent 201fa33a13
commit a69b9f154f

View File

@ -53,7 +53,7 @@ class dupcheck_Controller extends Controller {
// Figure out which items to display on this page.
foreach( db::build()
->select("item_id")
->select(array("item_id" => "ANY_VALUE(\"item_id\")"))
->select(array("C" => "count(\"*\")"))
->from("fullsize_md5sums")
->group_by("itemmd5")