Opened 10 months ago
Closed 10 months ago
#64005 closed defect (bug) (fixed)
Cast the Non_unique to a string before checking it
| Reported by: | tsteel | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.9 |
| Component: | Database | Version: | 6.8.2 |
| Severity: | major | Keywords: | |
| Cc: | Focuses: |
Description
We're piping our queries through Doctrine DBAL which casts Non_unique to an integer (which it should be). However, when the dbDelta function runs it specifically checks for a string and it fails.
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Trac ticket: https://core.trac.wordpress.org/ticket/64005#ticket
This change ensures the Non_unique is always cast to the type expected (string)