Gaël Robin
Gaël Robin
Is the use of `wpdb` and `wildcard` a good idea ? We aren't using much `wpdb` within the plugin itself, and the `wildcard` is a bit too general, even tho...
@MathieuLamiot , if #6625 is fixing it, should we close this issue ?
## Scope a solution To implement this feature, we must change the version within the `composer.json` file. Also we shouldn't forget to trigger all tests to make sure everything works...
@CrochetFeve0251 , yes but in local we don't send anything to the SaaS, so if someone is trying to reproduce in a local environment, I think the solution I gave...
Looks ok to me
### Context: The objective is to replace the current usage of `SHOW TABLES LIKE` with a more efficient `SELECT table_name FROM information_schema.tables WHERE table_name LIKE '%s' LIMIT 1` query. This...
Yes true, I didn't pay attention to the full path of that file, I edited the grooming accordingly.