Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-11224

SQL cache destroy does not destroy queries to tables joined

XMLWordPrintable

      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

            nicofuma nicofuma
            EXreaction EXreaction [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: