-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.0-dev
-
None
In driver/sql_generic, we have a regex to search for table names in the save() function:
if (!preg_match('/FROM \\(?(`?
w+`?(?:
w+)?(?:, ?`?
w+`?(?: \\w+)?)*)
)?/', $query, $regs))
This should search for joined tables as well
- depends on
-
PHPBB-11037 Cache drivers require globals
- Unverified Fix