Opened 10 years ago
Closed 10 years ago
#29941 closed defect (bug) (wontfix)
dbDelta() can't process lower-case SQL Keywords
Reported by: | 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)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Per the Slack discussion, the documentation has been updated to reflect this behaviour.