| Addshore added a project: MediaWiki-Database. Addshore added a comment. |
I looked through all of the code and couldn't find any occurrence of a wb_items_per_site query that should be messed up.
This is the code for the query, and the prefix should be handled by the mediawiki DB abstraction
$result = $db->selectRow( $this->table, [ 'ips_item_id' ], [ 'ips_site_id' => $globalSiteId, 'ips_site_page' => $pageTitle, ] );
It's possible there is an issue with the abstraction.
TASK DETAIL
EMAIL PREFERENCES
To: Addshore
Cc: Addshore, Aklapper, KitsuneSolar, Nandana, Banyek, Rayssa-, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Dinoguy1000, Mbch331, Jay8g
Cc: Addshore, Aklapper, KitsuneSolar, Nandana, Banyek, Rayssa-, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Dinoguy1000, Mbch331, Jay8g
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
