Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #6063, comment 8


Ignore:
Timestamp:
01/06/2015 08:00:33 PM (10 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6063, comment 8

    initial v1  
    33The `INNER JOIN` change looks okay.  I think combined with my changes from `01.patch`, we should be good.
    44
    5 `sql-clauses.patch` includes the INNER JOIN addition and uses an array to form the SQL statement.
    6 `meta-query.patch` includes the actual meta query additions + unit tests.
     5* `sql-clauses.patch` includes the INNER JOIN addition and uses an array to form the SQL statement.
     6* `meta-query.patch` includes the actual meta query additions + unit tests.
    77
    88I'm very close to committing both, but I think we need more unit tests for meta query to demonstrate the `JOIN` / `INNER JOIN` issue.