Opened 9 years ago
Closed 9 years ago
#32081 closed defect (bug) (fixed)
comments query w/ meta_value and comments__in returns clause is ambiguous db error
Reported by: | willgladstone | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 4.1.2 |
Component: | Comments | Keywords: | has-patch needs-unit-tests |
Focuses: | Cc: |
Description
using comments__in
in a comment query does not work when also querying the comment meta table as the column name becomes ambiguous. Appending the db table name to the column name will fix it.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Patch