removed $sql_where
-
We upgraded the plugin version to latest 3.1.5 and noticed that some published tables started running into issues. Looking closely, we found that the $sql_where is removed from wpdataaccess() and WPDA_Data_Tables. We used sub-select criteria in the where clause and it is hard to migrate to only using field names/values.
Is it possible to provide a filter on $where in the WPDA_Data_Tables::get_data() after the environment variables are substituted (line 466) and before the query string is constructed (line 545)? It will be very helpful for us as it enables us to add some other dynamic criteria.
Best regards,
Kooyaya
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘removed $sql_where’ is closed to new replies.