Breaking: #77557 - Signature of QueryView->getQueryResultCode() changed

See forge#77557

Description

The method signature of QueryView->getQueryResultCode() has changed from getQueryResultCode($mQ, $res, $table) to getQueryResultCode($type, array $dataRows, $table).

The second argument is no longer a MySQLi or DBAL result object, but an array of rows.

Impact

Extensions using this method will throw a fatal error.

Affected Installations

Extensions using QueryView->getQueryResultCode()

Migration

Move away from the method or feed it with an array of database rows.