Opened 9 years ago
Last modified 5 years ago
#36242 new enhancement
wpdb set_sql_mode add param
Reported by: | spacedmonkey | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.9 |
Component: | Database | Keywords: | |
Focuses: | performance | Cc: |
Description
When making a creating a db drop-in that supports multiple databases, I had to override the whole set_sql_mode
method. If set_sql_mode
accepted a $dbh
param, the method could easily be reused.
Attachments (1)
Note: See
TracTickets for help on using
tickets.