Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#29941 closed defect (bug) (wontfix)

dbDelta() can't process lower-case SQL Keywords

Reported by: extendwings's profile extendwings Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.1
Component: Database Keywords: has-patch
Focuses: administration Cc:

Description

Create Table ~~~

and

create table ~~~

is not processed well by dbDelta().

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

Attachments (1)

29941.diff (1.1 KB) - added by extendwings 10 years ago.

Download all attachments as: .zip

Change History (4)

@extendwings
10 years ago

#1 @extendwings
10 years ago

  • Keywords has-patch added

This ticket was mentioned in Slack in #core by extendwings. View the logs.


10 years ago

#3 @pento
10 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Per the Slack discussion, the documentation has been updated to reflect this behaviour.

Note: See TracTickets for help on using tickets.