Page MenuHomePhabricator

Migrate usage of Database::select to SelectQueryBuilder in ShortUrl
Closed, ResolvedPublic

Description

Now that T243051: A query builder for MediaWiki core is done, this extension should migrate away from IDatabase::select() to SelectQueryBuilder.

It would improve readability of the code, avoids mistakes by passing the wrong order of arguments, etc.

For more information check T243051 and its documentation.

Note that query builder is a different paradigm and changes should not be one-to-one. For example, avoid using joinConds().

Event Timeline

BluDoge subscribed.

Hello,
I will be working on this ticket if possible.
Thanks

Change 985378 had a related patch set uploaded (by Mehdi Zidani; author: Mehdi Zidani):

[mediawiki/extensions/ShortUrl@master] Migrate callers of Database::select() ,Database::selectField() and Database::selectRow() to SelectQueryBuilder

https://gerrit.wikimedia.org/r/985378

Change 985378 merged by jenkins-bot:

[mediawiki/extensions/ShortUrl@master] Migrate callers of Database::select() ,Database::selectField() and Database::selectRow() to SelectQueryBuilder

https://gerrit.wikimedia.org/r/985378