Changes between Initial Version and Version 1 of Ticket #6063, comment 8
- Timestamp:
- 01/06/2015 08:00:33 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6063, comment 8
initial v1 3 3 The `INNER JOIN` change looks okay. I think combined with my changes from `01.patch`, we should be good. 4 4 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. 7 7 8 8 I'm very close to committing both, but I think we need more unit tests for meta query to demonstrate the `JOIN` / `INNER JOIN` issue.