Food

Revision as of 12:48, 22 February 2020 by Armithaig (talk | contribs) (Fix database error caused by CONCAT on List of Page field [CookEffect])
This article is a stub. You can help Caves of Qud Wiki by expanding it.

Food is a type of item that can be consumed or cooked with to satiate hunger or thirst.

Error 1052: Column 'Description' in SELECT is ambiguous

Function: CargoSQLQuery::run Query: SELECT `GeneralData`.`_pageID` AS `cargo_backlink_page_id_GeneralData`,`Food`.`_pageID` AS `cargo_backlink_page_id_Food`,CONCAT('File:', Image, ' ',`Food`.`_pageName`,'') AS `Food`,`Hunger` AS `Hunger`,`Thirst` AS `Thirst`,`Description` AS `Description`,`CookEffect__full` AS `Cooking Effect` FROM `Food` LEFT OUTER JOIN `GeneralData` ON ((`Food`.`_pageName`=`GeneralData`.`_pageName`)) WHERE `Food`.`_pageNamespace`='0' ORDER BY `GeneralData`.`_pageID`,`Food`.`_pageID`,CONCAT('File:', Image, ' ',`Food`.`_pageName`,''),`Hunger`,`Thirst` LIMIT 100