#18451 closed enhancement (fixed)
Make charset_collate a public method on $wpdb
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Database | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
I suggest adding a public charset_collate method on $wpdb. A small thing, but I'd reuse it all the time when adding tables in plugin code, which would save writing a lot of duplicate code.
Patch attached.
Attachments (2)
Change History (8)
simonwheatley — 21 months ago
comment:1
simonwheatley — 21 months ago
(P.S. I thought I'd filed this ticket some time back, but couldn't find it when searching just now… apologies if I've re-created it, but I don't think I have.)
- Keywords dev-feedback removed
- Milestone changed from Awaiting Review to 3.3
Good idea.
- Milestone changed from 3.3 to Future Release
Punting enhancements from 3.3.
- Owner set to nacin
- Resolution set to fixed
- Status changed from new to closed
In [21471]:
Note: See
TracTickets for help on using
tickets.

charset_collate method