Opened 18 years ago
Closed 17 years ago
#8014 closed defect (bug) (fixed)
dbDelta Breaks on backtick
| Reported by: | AaronCampbell | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 2.8 |
| Component: | General | Version: | 2.7 |
| Severity: | major | Keywords: | has-patch tested needs-unittests |
| Cc: | Focuses: |
Description
backticks (`), which I think are best practice for MySQL, seem to kill dbDelta. It matches the table name and all the fields with the backticks still on them, then tries to match them to the database versions (`wp_mytable` != wp_mytable).
Attachments (2)
Change History (7)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Trims backticks from table and field names