Closed proxeeam closed 1 year ago
I can't seem to reproduce this issue on my test site when using your entire package. This may need more research into your particular environment or there may be other factors involved.
SELECT
DISTINCT
`t`.*
FROM `wp_posts` AS `t`
LEFT JOIN `wp_podsrel` AS `rel_depar_concerned` ON
`rel_depar_concerned`.`field_id` = 51
AND `rel_depar_concerned`.`item_id` = `t`.`ID`
LEFT JOIN `wp_posts` AS `depar_concerned` ON
`depar_concerned`.`ID` = `rel_depar_concerned`.`related_item_id`
WHERE ( ( `depar_concerned`.`ID` = 2 ) AND ( `t`.`post_type` = 'post' ) AND ( `t`.`post_status` IN ( 'publish' ) ) )
ORDER BY `t`.`post_date` DESC, `t`.`menu_order`, `t`.`post_title`, `t`.`post_date`
LIMIT 0, 3
Closing topic due to inactivity. @proxeeam Feel free to reopen and reply to our comments.
Description
In old Pods version, this code
Produce this query
After migration to 2.9.13, now the same code have made all JOIN TABLES disappear ?
Version
2.9.13
Testing Instructions
No response
Screenshots / Screencast
No response
Possible Workaround
No response
Site Health Information
Pods Package
No response