﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
19016,wpdb::_insert_replace_helper() incorrectly quotes prepare placeholders,duck_,duck_,"wpdb::_insert_replace_helper() implodes $formatted_fields with ""','"" this produces something like:

{{{
INSERT INTO `wp_terms` (`name`,`slug`,`term_group`) VALUES ('%s','%s','%d')
}}}

and not

{{{
INSERT INTO `wp_terms` (`name`,`slug`,`term_group`) VALUES (%s,%s,%d)
}}}

This is inherited from wpdb::insert(), see [10724], so marking version as 2.8 rather than 3.0.",defect (bug),closed,normal,3.4,Database,2.8,normal,fixed,has-patch,
