[wp-trac] [WordPress Trac] #42401: Typechecker problem in wp-db.php

WordPress Trac noreply at wordpress.org
Thu Nov 2 01:01:26 UTC 2017


#42401: Typechecker problem in wp-db.php
-------------------------------------------+-----------------------
 Reporter:  mkomar                         |       Owner:  pento
     Type:  defect (bug)                   |      Status:  assigned
 Priority:  normal                         |   Milestone:  4.9
Component:  Database                       |     Version:  4.8.3
 Severity:  normal                         |  Resolution:
 Keywords:  has-patch dev-reviewed commit  |     Focuses:
-------------------------------------------+-----------------------
Changes (by peterwilsoncc):

 * keywords:  has-patch dev-feedback => has-patch dev-reviewed commit
 * owner:   => pento
 * status:  new => assigned


Comment:

 Checked with patch applied.

 * db tests still pass
 * tested with the following in `wp shell`

 {{{
 vagrant at vvv:~/www/wordpress-develop/public_html$ wp shell
 wp> echo esc_sql( 'my_%s_is_here' )
 my_{1ee1e59bb60fe439935c62feaddc27663f7f4c28c259b77396a66862bf7ce08b}s_is_here
 wp> exit
 vagrant at vvv:~/www/wordpress-develop/public_html$ wp shell
 wp> echo esc_sql( 'my_%s_is_here' )
 my_{ef1631a8a1c700ba5a1eb3f7e60974329c42910a031432de15ab4ab1378ef1af}s_is_here
 wp> exit
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/42401#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list