- Issue created by @ishore
- πΈπ¦Saudi Arabia ishore
I edited RuleStorage.php and modified:
return $this->database->query('SELECT rid FROM {' . $this->getBaseTable() . '} WHERE `limit` IS NULL')
to:
return $this->database->query('SELECT rid FROM {' . $this->getBaseTable() . '} WHERE "limit" IS NULL')
This appears to have fixed the issue, but not sure how this change might affect MySQL databases.
- Assigned to Tyapchyc
- Merge request !146Issue #3467625: Update to 4.1.4 causes cron error β (Merged) created by Tyapchyc
- Issue was unassigned.
- Status changed to Needs review
7 months ago 5:53am 9 September 2024 - π¨π¦Canada mandclu
Updating this to target the 4.2.x branch, and since this hasn't been reported on any MySQL sites, classifying this as specific to PostgresSQL, even though it could obviously also pertain to other database engines.
-
mandclu β
committed fa4e403f on 4.2.x authored by
tyapchyc β
Issue #3467625 by tyapchyc, mandclu: Cron error with PostgresSQL
-
mandclu β
committed fa4e403f on 4.2.x authored by
tyapchyc β
- π¨π¦Canada mandclu
@tyapchyc thank you for your work on this. Merged in.
Automatically closed - issue fixed for 2 weeks with no activity.