[wp-trac] [WordPress Trac] #29941: dbDelta() can't process lower-case SQL Keywords

WordPress Trac noreply at wordpress.org
Sun Oct 12 15:24:36 UTC 2014


#29941: dbDelta() can't process lower-case SQL Keywords
----------------------------+-----------------------------
 Reporter:  extendwings     |      Owner:
     Type:  defect (bug)    |     Status:  new
 Priority:  normal          |  Milestone:  Awaiting Review
Component:  Database        |    Version:  trunk
 Severity:  normal          |   Keywords:
  Focuses:  administration  |
----------------------------+-----------------------------
 {{{
 #!sql
 Create Table ~~~
 }}}

 and

 {{{
 #!sql
 create table ~~~
 }}}

 is not processed well by dbDelta().

 SQL keywords in both of upper-case and lower-case is valid.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/29941>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list