You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.
PDO and DBAL return associative arrays, while MediaWiki returns objects. When using PDO or DBAL, one can specify to use objects instead, but the MW ResultWrapper class has no such option. (This can however be added easily.) QueryEngine expects associative arrays at present.
We can
Add the option to ResultWrapper
Wrap ResultWrapper in a new Iterator
Tell DBAL to return objects and modify QueryEngine usage
Is retuning object for MW implementation and array for the PDO one
The text was updated successfully, but these errors were encountered: