Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-11224

SQL cache destroy does not destroy queries to tables joined

    XMLWordPrintable

Details

    Description

      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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: