Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #942 +/- ##
============================================
- Coverage 45.39% 45.38% -0.01%
Complexity 2326 2326
============================================
Files 80 80
Lines 9078 9080 +2
============================================
Hits 4121 4121
- Misses 4957 4959 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| $orderBy = "count DESC, $groupBy ASC"; | ||
| $sql_options = [ | ||
| 'GROUP BY' => $groupBy, | ||
| $sql_options = |
There was a problem hiding this comment.
Need to verify the old version did not have escaping OR that the new version is fine without it
|
I am not familiar with the existing implementation of the database query, so I am deferring to @thomas-topway-it to take a look 🙏 |
|
I'm sorry, for some reason this escaped me, I will check it as soon as possible |
|
No worries |
|
@HamishSlater I'm sorry for the delay. |
|
before after
before after |
|
@HamishSlater thank you, for some reason I haven't seen this before. So for you |
|
I believe this has been fixed upstream in SemanticMediaWiki |
* Solves SemanticMediaWiki#910 with reference to SemanticMediaWiki#942 * In select queries, we use $qobj->fromTables() and $qobj->joinConditions added in SemanticMediaWiki/SemanticMediaWiki#5715
* Solves #910 with reference to #942 * In select queries, we use $qobj->fromTables() and $qobj->joinConditions added in SemanticMediaWiki/SemanticMediaWiki#5715
Fixes #910