Breaking: #77557 - Signature of QueryView->getQueryResultCode() changed
See forge#77557
Description
The method signature of
Query
has changed
from
get
to
get
.
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
Query
Migration
Move away from the method or feed it with an array of database rows.