https://bugzilla.wikimedia.org/show_bug.cgi?id=60031

--- Comment #4 from Tyler Romeo <tylerro...@gmail.com> ---
I cannot seem to reproduce this. I ran the following code:

$x = new WantedTemplatesPage;
$info = $x->getQueryInfo();
$db = DatabaseBase::factory( 'postgres' );
echo $db->selectSQLText($info['tables'], $info['fields'], $info['conds'], '',
$info['options'], $info['join_conds']);

And it outputs the same exact SQL, except with different quotes, as in comment
3's MySQL (i.e., it outputs the correct SQL). I've tested this both on master
and in 1.22.1 (the indicated version).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to